Skip to content

Commit 8854b86

Browse files
committed
Remove minZ and maxZ from clock in locations
This doesn't change anything but shuts up the auto adjust print that wasn't hurting anything
1 parent a685ebe commit 8854b86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/client.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ onPlayerLoaded(function()
107107
{ name = nameTrade,
108108
heading = jobLoc.Trade[i].coords.w,
109109
debugPoly = debugMode,
110-
minZ = jobLoc.Trade[i].coords.z-0.5,
111-
maxZ = jobLoc.Trade[i].coords.z+1,
112110
}, }, {
113111
{
114112
action = function(data)

0 commit comments

Comments
 (0)