1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-14 05:40:20 +02:00

Added /list_players

- Added /list_players extracted from `mt_essentials` by IndriAppolo, originally
   called /players. Solves #57
This commit is contained in:
LeMagnesium
2015-05-21 17:28:31 +02:00
parent d9e50da65d
commit 34b36d7f66
2 changed files with 21 additions and 0 deletions

View File

@ -24,3 +24,6 @@ dofile(minetest.get_modpath("_misc").."/craft_obsidian.lua")
-- UnCraft Woll
dofile(minetest.get_modpath("_misc").."/uncraft_woll.lua")
-- List players
dofile(minetest.get_modpath("_misc").."/list_players.lua")