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