Update shuttle.dm

Corrected a mistake.
This commit is contained in:
Zuhayr
2014-06-14 02:11:05 -04:00
committed by ZomgPonies
parent 7c442ac9a3
commit e6a8680347
+2 -2
View File
@@ -1,4 +1,4 @@
//These lists are populated in /obj/machinery/computer/shuttle_control/New()
//These lists are populated in /datum/shuttle_controller/New()
//Shuttle controller is instantiated in master_controller.dm.
var/global/datum/shuttle_controller/shuttles
@@ -155,4 +155,4 @@ proc/move_shuttle(var/shuttle_tag,var/area/offsite,var/area/station)
shuttles.moving[shuttle_tag] = 0
return
return