From 126aefe4b86bd6484ddac1e80f7e059b9f80d5a9 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 20 Apr 2021 23:53:59 +0200 Subject: [PATCH] fix tog d --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 87a22942..4a29423d 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -251,6 +251,7 @@ namespace ReallifeGamemode.Server.Commands player.SetData("togd", true); player.SendNotification("~g~[Info]~w~ D-Chat wird nun angezeigt."); } + break; case "ga": if (player.HasData("togga")) {