add console info msg

This commit is contained in:
Alex_qp
2021-05-04 19:51:27 +02:00
parent d2adad9a7f
commit c789e91fae

View File

@@ -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()