mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 11:25:24 +01:00
Builtin: Replace deprecated function calls (#7561)
This commit is contained in:
@@ -113,7 +113,7 @@ function core.get_player_radius_area(player_name, radius)
|
||||
return nil
|
||||
end
|
||||
|
||||
local p1 = player:getpos()
|
||||
local p1 = player:get_pos()
|
||||
local p2 = p1
|
||||
|
||||
if radius then
|
||||
|
||||
Reference in New Issue
Block a user