From e95a862ea481e8b0583e1a01ea986c2baeb57462 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Fri, 13 Dec 2019 17:10:00 +0100 Subject: [PATCH] x --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 5e7bd154..0d70c1b4 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -3038,14 +3038,9 @@ namespace ReallifeGamemode.Server.Commands ChatService.NotAuthorized(player); return; } - player.TriggerEvent("ADMIN:DeleteTurf"); - } - - - #endregion #region ALevel1338