Code formatiert
This commit is contained in:
@@ -106,12 +106,12 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public static void JailTimer()
|
||||
{
|
||||
@@ -203,7 +203,8 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
if (((int)(user.JailTime / 60)) == 0 && user.JailTime != 0)
|
||||
{
|
||||
timeMinutes = 1;
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
timeMinutes = (int)(user.JailTime / 60);
|
||||
}
|
||||
@@ -241,7 +242,7 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
player.TriggerEvent("jailTime", 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static void Release_Jail_Admin(Client admin, Client target)
|
||||
{
|
||||
User user = target.GetUser();
|
||||
|
||||
Reference in New Issue
Block a user