shorten command

This commit is contained in:
whosit 2025-03-25 02:34:05 +03:00
parent f876d53d23
commit 721bdc86ab

View File

@ -92,7 +92,7 @@ end
-- These commands will allow us to see the errors saved in -- These commands will allow us to see the errors saved in
-- the `formspec_log` after they happen. -- the `formspec_log` after they happen.
core.register_chatcommand( core.register_chatcommand(
"debug_formspec_log_show", "log_show",
{ {
privs = { server = true }, privs = { server = true },
func = function(playername, _params) func = function(playername, _params)
@ -103,7 +103,7 @@ core.register_chatcommand(
) )
core.register_chatcommand( core.register_chatcommand(
"debug_formspec_log_clear", "log_clear",
{ {
privs = { server = true }, privs = { server = true },
func = function(playername, _params) func = function(playername, _params)