whoops forgot to remove this

This commit is contained in:
Tigercat2000
2016-04-02 21:32:11 -07:00
parent e843516e7f
commit 94ff8fc4ef
-2
View File
@@ -993,8 +993,6 @@ var/list/slot_equipment_priority = list( \
// this function displays the shuttles ETA in the status panel if the shuttle has been called
/mob/proc/show_stat_emergency_shuttle_eta()
var/obj/docking_port/mobile/emergency/E = shuttle_master.emergency
var/ETA = shuttle_master.emergency.getModeStr()
if(ETA)
stat(null, "[ETA] [shuttle_master.emergency.getTimerStr()]")