This commit is contained in:
hydrant
2020-03-29 17:36:58 +02:00
parent bcfc2105ea
commit 1871a97122
5 changed files with 30 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ namespace ReallifeGamemode.Server.Core.RageMP
public void DisableDefaultCommandErrorMessages()
{
NAPI.Server.SetCommandErrorMessage(null);
NAPI.Server.SetCommandErrorMessage(string.Empty);
//NAPI.Server.SetGlobalDefaultCommandMessages(false);
}