From 1c58b64031c0b3d9d828d92578992c8aa9458ec5 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 1 Jun 2021 05:18:11 +0200 Subject: [PATCH] erinnerung an den spawnschutz auskommentiert --- ReallifeGamemode.Server/Events/Login.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Server/Events/Login.cs b/ReallifeGamemode.Server/Events/Login.cs index 3cde8781..e06141fa 100644 --- a/ReallifeGamemode.Server/Events/Login.cs +++ b/ReallifeGamemode.Server/Events/Login.cs @@ -104,10 +104,12 @@ namespace ReallifeGamemode.Server.Events ChatService.HQMessage("Der Straftäter " + user.Name + " hat sich mit " + user.Wanteds + " Wanteds eingeloggt."); } + /* if (user.Wanteds == 0) { player.TriggerEvent("enableSpawnschutz"); } + */ if (user.FactionId != 0) {