diff --git a/using_xpcall.lua b/using_xpcall.lua index 78e5b27..679f252 100644 --- a/using_xpcall.lua +++ b/using_xpcall.lua @@ -92,7 +92,7 @@ end -- These commands will allow us to see the errors saved in -- the `formspec_log` after they happen. core.register_chatcommand( - "debug_formspec_log_show", + "log_show", { privs = { server = true }, func = function(playername, _params) @@ -103,7 +103,7 @@ core.register_chatcommand( ) core.register_chatcommand( - "debug_formspec_log_clear", + "log_clear", { privs = { server = true }, func = function(playername, _params)