From 3ab6459c898c2bd7e05fa2c37124d8b2cda19d1e Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 1 Aug 2020 00:31:29 +0200 Subject: [PATCH] error von cronix weg --- ReallifeGamemode.Server/Wanted/Jail.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Wanted/Jail.cs b/ReallifeGamemode.Server/Wanted/Jail.cs index 29fcd099..786a13d7 100644 --- a/ReallifeGamemode.Server/Wanted/Jail.cs +++ b/ReallifeGamemode.Server/Wanted/Jail.cs @@ -89,7 +89,7 @@ namespace ReallifeGamemode.Server.Wanted 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; }