shorten command
This commit is contained in:
parent
f876d53d23
commit
721bdc86ab
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user