Fix Travis

This commit is contained in:
skull132
2017-05-27 20:35:13 +03:00
parent 22c7748336
commit 1290e2976e
+2 -2
View File
@@ -38,11 +38,11 @@
src.authorized += W:registered_name
if (src.auth_need - src.authorized.len > 0)
message_admins("[key_name_admin(user)] has authorized early shuttle launch")
log_game("[key_name(user.ckey] has authorized early shuttle launch",ckey=key_name(user))
log_game("[key_name(user.ckey)] has authorized early shuttle launch",ckey=key_name(user))
world << text("<span class='notice'><b>Alert: [] authorizations needed until shuttle is launched early</b></span>", src.auth_need - src.authorized.len)
else
message_admins("[key_name_admin(user)] has launched the shuttle")
log_game("[key_name(user.ckey] has launched the shuttle early",ckey=key_name(user))
log_game("[key_name(user.ckey)] has launched the shuttle early",ckey=key_name(user))
world << "<span class='notice'><b>Alert: Shuttle launch time shortened to 10 seconds!</b></span>"
emergency_shuttle.set_launch_countdown(10)
//src.authorized = null