Another 5.5 fix

master
Zughy 2022-02-03 01:16:15 +01:00
parent 5ebfbcf613
commit 9a30e0dd0b
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ function operations_before_playing_arena(mod_ref, arena, p_name)
-- applico eventuale scostamento camera
if mod_ref.camera_offset then
players_temp_storage[p_name].camera_offset = player:get_eye_offset()
players_temp_storage[p_name].camera_offset = {player:get_eye_offset()}
player:set_eye_offset(mod_ref.camera_offset[1], mod_ref.camera_offset[2])
end