Escape Wanteds done Client Side.

This commit is contained in:
2021-04-27 23:07:44 +02:00
parent b48e76ba45
commit 38a47c32c2
4 changed files with 48 additions and 80 deletions

View File

@@ -62,7 +62,6 @@ namespace ReallifeGamemode.Server.Util
});
}
private static void Timer60000_Elapsed(object sender, ElapsedEventArgs e)
{
NAPI.Task.Run(() =>
@@ -79,7 +78,6 @@ namespace ReallifeGamemode.Server.Util
{
NAPI.Task.Run(() =>
{
WantedEscapeTimer.Timer_Elapsed();
Jail.JailIn_Elapsed();
Gangwar.Gangwar.Value_TimerElapsed();
});