diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index c3817f62..5302e4d4 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -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;