Merge pull request #1106 from Uristqwerty/master

Fix for Issue #1105, second problem.
This commit is contained in:
CIB
2012-05-19 19:40:07 -07:00
+1 -1
View File
@@ -130,7 +130,7 @@
sleep(40) //because we're sleeping another second after this (a few lines down)
continue
else if(client.eye == eyeobj)
if(client.eye == eyeobj)
if(checkcameravis(target))
eyeobj.loc = target.loc
sleep(50)