tweak parcels
This commit is contained in:
parent
ff32a75381
commit
e8804eb3e8
@ -608,7 +608,7 @@ end
|
||||
--??????????????
|
||||
|
||||
function factions.get_parcel_pos(pos)
|
||||
return math.floor(pos.x / 16.)..","..math.floor(pos.z / 16.)
|
||||
return math.floor(pos.x / 32.)..","..math.floor(pos.z / 32.)
|
||||
end
|
||||
|
||||
function factions.get_player_faction(playername)
|
||||
|
Loading…
x
Reference in New Issue
Block a user