tweak parcels

This commit is contained in:
Elkien3 2018-04-15 20:28:40 -05:00
parent ff32a75381
commit e8804eb3e8

View File

@ -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)