From a60e6c55d1d6b70abd1c09cfb6ec1f6625a778a1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 1 Aug 2020 01:27:16 +0200 Subject: [PATCH] lel --- 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 786a13d7..3f4ec861 100644 --- a/ReallifeGamemode.Server/Wanted/Jail.cs +++ b/ReallifeGamemode.Server/Wanted/Jail.cs @@ -95,7 +95,7 @@ namespace ReallifeGamemode.Server.Wanted } else { - timeMinutes = (int)(client.GetUser().jailTime / 60); + timeMinutes = (int)(client.GetUser().JailTime / 60); } client.TriggerEvent("jailTime", JsonConvert.SerializeObject(timeMinutes));