mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
actually load the code, and make it not crash
This commit is contained in:
parent
e4a3b631cf
commit
2a75ffa38a
14 changed files with 82 additions and 37 deletions
|
@ -76,6 +76,9 @@ elseif INIT == "async_game" then
|
|||
dofile(asyncpath .. "game.lua")
|
||||
elseif INIT == "client" then
|
||||
dofile(scriptdir .. "client" .. DIR_DELIM .. "init.lua")
|
||||
elseif INIT == "sscsm" then
|
||||
-- FIXME: different branch for sscsm_server
|
||||
dofile(scriptdir .. "sscsm_client" .. DIR_DELIM .. "init.lua")
|
||||
elseif INIT == "emerge" then
|
||||
dofile(scriptdir .. "emerge" .. DIR_DELIM .. "init.lua")
|
||||
elseif INIT == "pause_menu" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue