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

Removed _misc's /rules and used background to interact

- Removed rules.lua, replaced by interact mod
 - Added background.jpg (made for the server) to interact's formspecs
This commit is contained in:
LeMagnesium
2015-04-29 12:52:44 +02:00
parent 390a9616ca
commit f99a3251b3
4 changed files with 4 additions and 58 deletions

View File

@ -8,8 +8,6 @@ dofile(minetest.get_modpath("_misc").."/give_initial_stuff.lua")
-- Chat Commands
dofile(minetest.get_modpath("_misc").."/chatcommands.lua")
-- Rules
dofile(minetest.get_modpath("_misc").."/rules.lua")
-- No Interact Messages
dofile(minetest.get_modpath("_misc").."/nointeract_messages.lua")