From 9a30e0dd0b3a4263b83e4acaaf065da37b3df37d Mon Sep 17 00:00:00 2001 From: Zughy <4279489-marco_a@users.noreply.gitlab.com> Date: Thu, 3 Feb 2022 01:16:15 +0100 Subject: [PATCH] Another 5.5 fix --- src/api/in_game.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/in_game.lua b/src/api/in_game.lua index 6d9c08f..bc1e9a2 100755 --- a/src/api/in_game.lua +++ b/src/api/in_game.lua @@ -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