This commit is contained in:
michael.reiswich
2021-03-31 16:37:56 +02:00
parent 8f6cddc3c6
commit 20f6888569

View File

@@ -492,7 +492,7 @@ namespace ReallifeGamemode.Server.Commands
case "off":
NAPI.Pools.GetAllPlayers().ForEach(p =>
{
p.SetData("eventAllowed", false);
p.ResetData("eventAllowed");
});
player.SendNotification("Der Eventchat ist nun aus.");
break;