From 7e7d47a1012806338c7f96dde17700347766093e Mon Sep 17 00:00:00 2001 From: francinum Date: Sun, 5 Mar 2017 18:40:13 -0500 Subject: [PATCH] Fixes a misspelled path. Whoever is responsible for this should be embarrassed. --- code/game/machinery/flasher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/flasher.dm b/code/game/machinery/flasher.dm index c0c78d9dafc..e76214f9f29 100644 --- a/code/game/machinery/flasher.dm +++ b/code/game/machinery/flasher.dm @@ -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 ..()