master
CraigyDavi 2014-08-19 17:30:03 +01:00
parent b3ce33723c
commit e3ed50bf19
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ dofile(minetest.get_modpath("_misc").."/seen.lua")
dofile(minetest.get_modpath("_misc").."/nodename_hud.lua")
-- Give initial stuff
dofile(minetest.get_modpath("_misc").."/give_intial_stuff.lua")
dofile(minetest.get_modpath("_misc").."/give_initial_stuff.lua")
-- Chat Commands
dofile(minetest.get_modpath("_misc").."/chatcommands.lua")