fix keine help message wenn command falsch

This commit is contained in:
hydrant
2020-03-10 19:28:20 +01:00
parent bdf878d7ae
commit 06c2a2092f

View File

@@ -17,7 +17,7 @@ namespace ReallifeGamemode.Server.Core.RageMP
public void DisableDefaultCommandErrorMessages() public void DisableDefaultCommandErrorMessages()
{ {
NAPI.Server.SetCommandErrorMessage(null); NAPI.Server.SetCommandErrorMessage(null);
NAPI.Server.SetGlobalDefaultCommandMessages(false); //NAPI.Server.SetGlobalDefaultCommandMessages(false);
} }
public void SetGlobalChatEnabled(bool enable) public void SetGlobalChatEnabled(bool enable)