Global settings are now upper-case

master
Zughy 2020-12-12 20:30:03 +01:00
parent 19a964daa7
commit e0d9e174a6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
-- ones featuring some minigames). If you're aiming for a full minigame server,
-- ignore this parameter and let the mod hub_manager supersede it =>
-- https://gitlab.com/zughy-friends-minetest/hub-manager
arena_lib.server_physics = {
arena_lib.SERVER_PHYSICS = {
speed = 1,
jump = 1,
gravity = 1,

View File

@ -2083,7 +2083,7 @@ function operations_before_leaving_arena(mod_ref, arena, p_name)
hub_manager.set_items(player)
hub_manager.set_hub_physics(player)
else
player:set_physics_override(arena_lib.server_physics)
player:set_physics_override(arena_lib.SERVER_PHYSICS)
end
-- riattivo la minimappa eventualmente disattivata