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

Removed useless chatcommands redifinition and moved eject system

- The system controlling the items' ejection from a solid node is now in mods/builtin_items/init.lua
 - The file mods/_misc/chatcommands.lua has been cleared from its comments, and the chatcommands redefined but outdated (like /time)
This commit is contained in:
LeMagnesium
2015-08-16 16:08:21 +02:00
parent 8633fc47c2
commit b4996ee69b
3 changed files with 21 additions and 105 deletions

View File

@ -27,6 +27,3 @@ dofile(minetest.get_modpath("_misc").."/uncraft_woll.lua")
-- List players
dofile(minetest.get_modpath("_misc").."/list_players.lua")
-- Eject entites when putting a node
dofile(minetest.get_modpath("_misc").."/eject_entities.lua")