mirror of
https://github.com/APercy/airutils.git
synced 2025-04-30 08:41:41 -04:00
fix old vanilla
This commit is contained in:
parent
b619e9a4b0
commit
44ba7fe4fa
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ function airutils.camera_reposition(player, pitch, roll)
|
|||
local player_properties = player:get_properties()
|
||||
local new_eye_offset = vector.new()
|
||||
|
||||
local eye_y = -6
|
||||
local eye_y = -5
|
||||
if airutils.detect_player_api(player) == 1 then
|
||||
--minetest.chat_send_all("1")
|
||||
eye_y = 0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue