Merge pull request #24719 from francinum/patch-1

Fixes a misspelled path.
This commit is contained in:
oranges
2017-03-08 09:12:51 +13:00
committed by GitHub
+1 -1
View File
@@ -187,7 +187,7 @@
remove_from_proximity_list(src, range)
return ..()
/obj/machinery/flasher/protable/Moved(oldloc)
/obj/machinery/flasher/portable/Moved(oldloc)
remove_from_proximity_list(oldloc, range)
return ..()