Fix Fehler Wanted-Meldung bei Tod + KnastTimer
This commit is contained in:
@@ -66,6 +66,9 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
}
|
||||
}
|
||||
|
||||
if (!waTimer.ContainsKey(user.Id))
|
||||
waTimer[user.Id] = 300000;
|
||||
|
||||
if (waTimer[user.Id] <= 0)
|
||||
{
|
||||
ResetWantedTimeToElapse(player);
|
||||
|
||||
Reference in New Issue
Block a user