Rebase
This commit is contained in:
@@ -3028,8 +3028,19 @@ namespace ReallifeGamemode.Server.Commands
|
||||
return;
|
||||
}
|
||||
Gangwar.Gangwar.loadTurfs();
|
||||
Gangwar.Gangwar.loadAllClient();
|
||||
Gangwar.Gangwar.loadTurfs_ToAllClients();
|
||||
}
|
||||
[Command("deleteturf", "~m~Benutzung:~s~ /reloadturfs")]
|
||||
public void CmdAdmDeleteTurf(Client player)
|
||||
{
|
||||
if (!player.GetUser()?.IsAdmin(AdminLevel.HEADADMIN) ?? true)
|
||||
{
|
||||
ChatService.NotAuthorized(player);
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user