Fixed holodeck control computer typo

This commit is contained in:
Brian Cook
2014-04-16 00:50:53 -07:00
parent 0c10b63114
commit 4064e830e6
@@ -315,7 +315,7 @@
if(world.time < (last_change + 15))//To prevent super-spam clicking, reduced process size and annoyance -Sieve
return
for(var/mob/M in range(3,src))
M.show_message("\b ERROR. Recalibrating projetion apparatus.")
M.show_message("\b ERROR. Recalibrating projection apparatus.")
last_change = world.time
return