add console info msg
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Timers;
|
||||
using GTANetworkAPI;
|
||||
|
||||
@@ -57,6 +55,7 @@ namespace ReallifeGamemode.Server.World
|
||||
weatherTimer = new Timer(_syncInterval);
|
||||
weatherTimer.Start();
|
||||
weatherTimer.Elapsed += OnWeatherTimer;
|
||||
NAPI.Util.ConsoleOutput("Loaded WeatherSync");
|
||||
}
|
||||
|
||||
private static int GetNewTargetCount()
|
||||
|
||||
Reference in New Issue
Block a user