error von cronix weg

This commit is contained in:
Michael
2020-08-01 00:31:29 +02:00
parent 4ec055a341
commit 3ab6459c89

View File

@@ -89,7 +89,7 @@ namespace ReallifeGamemode.Server.Wanted
int timeMinutes = 0; int timeMinutes = 0;
if (((int)(client.GetUser().jailTime / 60)) <= 1 && client.GetUser().jailTime != 0) if (((int)(client.GetUser().JailTime / 60)) <= 1 && client.GetUser().JailTime != 0)
{ {
timeMinutes = 1; timeMinutes = 1;
} }