erinnerung an den spawnschutz auskommentiert

This commit is contained in:
Luke
2021-06-01 05:18:11 +02:00
parent 340b30b53b
commit 1c58b64031

View File

@@ -104,10 +104,12 @@ namespace ReallifeGamemode.Server.Events
ChatService.HQMessage("Der Straftäter " + user.Name + " hat sich mit " + user.Wanteds + " Wanteds eingeloggt."); ChatService.HQMessage("Der Straftäter " + user.Name + " hat sich mit " + user.Wanteds + " Wanteds eingeloggt.");
} }
/*
if (user.Wanteds == 0) if (user.Wanteds == 0)
{ {
player.TriggerEvent("enableSpawnschutz"); player.TriggerEvent("enableSpawnschutz");
} }
*/
if (user.FactionId != 0) if (user.FactionId != 0)
{ {