Use new hub mod technical name
This commit is contained in:
parent
d11cb76967
commit
4bd8ba590e
@ -1140,7 +1140,7 @@ function operations_before_leaving_arena(mod_ref, arena, p_name, reason)
|
||||
end
|
||||
|
||||
-- se ho Hub, restituisco gli oggetti e imposto fisica della lobby
|
||||
if minetest.get_modpath("hub_core") then
|
||||
if minetest.get_modpath("hub") then
|
||||
hub.set_items(player)
|
||||
hub.set_hub_physics(player)
|
||||
else
|
||||
|
@ -3,7 +3,7 @@ local S = minetest.get_translator("arena_lib")
|
||||
local function get_minigames_by_arena() end
|
||||
|
||||
local blocked_cmds = table.key_value_swap(arena_lib.BLOCKED_CMDS)
|
||||
local is_hub_present = minetest.get_modpath("hub_core")
|
||||
local is_hub_present = minetest.get_modpath("hub")
|
||||
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ minetest.register_on_joinplayer(function(player)
|
||||
p_meta:set_int("arena_lib_editor.players_number", 0)
|
||||
p_meta:set_int("arena_lib_editor.team_ID", 0)
|
||||
|
||||
if minetest.get_modpath("hub_core") then return end -- se c'è Hub, ci pensa quest'ultimo allo svuotamento dell'inventario
|
||||
if minetest.get_modpath("hub") then return end -- se c'è Hub, ci pensa quest'ultimo allo svuotamento dell'inventario
|
||||
|
||||
p_inv:set_list("main", {})
|
||||
p_inv:set_list("craft", {})
|
||||
|
Loading…
x
Reference in New Issue
Block a user