Use xyz instead of loc.

This commit is contained in:
ESwordTheCat
2014-05-15 02:44:23 -08:00
parent d1d359e192
commit 7fd236ce97

View File

@@ -307,7 +307,7 @@ datum/controller/game_controller/proc/processMobs()
if (timeUsed > highest)
highest = timeUsed
near.Add(Machinery = list(highest, Machinery.loc, Machinery.type))
near.Add(Machinery = list(highest, Machinery.x, Machine.y, Machine.z, Machinery.type))
#ifdef PROFILE_MACHINES
if(!(Machinery.type in machine_profiling))