fix tog d

This commit is contained in:
hydrant
2021-04-20 23:53:59 +02:00
parent d12f10fbb4
commit 126aefe4b8

View File

@@ -251,6 +251,7 @@ namespace ReallifeGamemode.Server.Commands
player.SetData("togd", true); player.SetData("togd", true);
player.SendNotification("~g~[Info]~w~ D-Chat wird nun angezeigt."); player.SendNotification("~g~[Info]~w~ D-Chat wird nun angezeigt.");
} }
break;
case "ga": case "ga":
if (player.HasData("togga")) if (player.HasData("togga"))
{ {