Fix: Shell terminal log message when loading world-specific config.

master
aa6 2018-01-02 18:21:06 +03:00
parent 7af2af7eed
commit bd9ad4e79d
3 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
0.7.1
0.7.2

View File

@ -28,6 +28,7 @@ minetest_wadsprint =
}
dofile(minetest.get_modpath(minetest.get_current_modname()).."/config.lua") -- Load default config.
if file_exists(minetest_wadsprint.worldconfig) then -- Load world config (if present).
print("Loading minetest_wadsprint world-specific config: "..minetest_wadsprint.worldconfig)
dofile(minetest_wadsprint.worldconfig)
end
dofile(minetest.get_modpath(minetest.get_current_modname()).."/init_hudbars.lua")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB