mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 15:58:26 +01:00
Created alias for list_players command
This commit is contained in:
parent
4b7d5935fb
commit
f1355b515f
@ -16,3 +16,5 @@ minetest.register_chatcommand("list_players", {
|
|||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_chatcommand("players", core.chatcommands["list_players"])
|
||||||
|
Loading…
Reference in New Issue
Block a user