diff --git a/ReallifeGamemode.Server.Core.RageMP/RageAPI.cs b/ReallifeGamemode.Server.Core.RageMP/RageAPI.cs index 29c931a8..4e09b3f5 100644 --- a/ReallifeGamemode.Server.Core.RageMP/RageAPI.cs +++ b/ReallifeGamemode.Server.Core.RageMP/RageAPI.cs @@ -17,7 +17,7 @@ namespace ReallifeGamemode.Server.Core.RageMP public void DisableDefaultCommandErrorMessages() { NAPI.Server.SetCommandErrorMessage(null); - NAPI.Server.SetGlobalDefaultCommandMessages(false); + //NAPI.Server.SetGlobalDefaultCommandMessages(false); } public void SetGlobalChatEnabled(bool enable)