From 06c2a2092ff17aacf70ccb4b23d414cbe2565c92 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 10 Mar 2020 19:28:20 +0100 Subject: [PATCH] fix keine help message wenn command falsch --- ReallifeGamemode.Server.Core.RageMP/RageAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)