NullReferenceException Catch
This commit is contained in:
@@ -63,7 +63,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
}
|
||||
|
||||
User user = player.GetUser();
|
||||
if(user.JailTime <= 0 && !player.HasData("inGangWar"))
|
||||
if(user.JailTime <= 0)
|
||||
{
|
||||
//MEDIC AUFTRAG
|
||||
MedicTask reviveTask = new MedicTask()
|
||||
|
||||
Reference in New Issue
Block a user