mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Let some debug slipping in
This commit is contained in:
@@ -502,11 +502,11 @@
|
||||
if(sent_strike_team == 1)
|
||||
user << "Centcom will not allow the shuttle to be called. Consider all contracts terminated."
|
||||
return
|
||||
/*
|
||||
|
||||
if(world.time < 54000) // 30 minute grace period to let the game get going
|
||||
user << "The shuttle is refueling. Please wait another [round((54000-world.time)/600)] minutes before trying again."//may need to change "/600"
|
||||
return
|
||||
*/
|
||||
|
||||
if(emergency_shuttle.direction == -1)
|
||||
user << "The shuttle may not be called while returning to CentCom."
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user