diff --git a/custom_commands.lua b/custom_commands.lua index f314a810..3cc2a624 100644 --- a/custom_commands.lua +++ b/custom_commands.lua @@ -569,7 +569,8 @@ if not _DEBUG then local success, error = pcall(func, cmd) if not success then log(error) - player_print(error) + --player_print(error) -- This casues desyncs + player_print('Sorry there was an error running '.. cmd.name) end end )