micro optimization

This commit is contained in:
kevinz000
2020-01-14 17:50:14 -07:00
parent 59ab4c0670
commit 41bbdae220
4 changed files with 12 additions and 14 deletions
-1
View File
@@ -56,7 +56,6 @@
var/turf/oldturf = get_turf(myturf)
var/turf/newturf = get_turf(loc)
warning("A lighting object realised it's loc had changed in update() ([myturf]\[[myturf ? myturf.type : "null"]]([COORD(oldturf)]) -> [loc]\[[ loc ? loc.type : "null"]]([COORD(newturf)]))!")
qdel(src, TRUE)
return