test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user