This commit is contained in:
kevinz000
2020-01-14 18:04:19 -07:00
parent 41bbdae220
commit 5f315ab418
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@
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