replaced deprecated getpos function

This commit is contained in:
Sokomine 2023-01-22 22:43:47 +01:00
parent ad3c999f64
commit d2091badd7
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ end
markers.form_input_handler_areas = function( player, formname, fields)
local pname = player:get_player_name();
local ppos = player:getpos()
local ppos = player:get_pos()
if( formname ~= "markers:info"
or not( player )