Admins can open multiple player panels thanks to remie.

This commit is contained in:
D3athrow
2015-02-05 17:43:56 -06:00
parent ba08556dee
commit fe3866f28c

View File

@@ -208,7 +208,7 @@ var/global/floorIsLava = 0
</body></html>
"}
usr << browse(body, "window=adminplayeropts;size=550x515")
usr << browse(body, "window=adminplayeropts-\ref[M];size=550x515")
feedback_add_details("admin_verb","SPP") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
@@ -952,7 +952,7 @@ var/global/floorIsLava = 0
ticker.delay_end = !ticker.delay_end
log_admin("[key_name(usr)] [ticker.delay_end ? "delayed the round end" : "has made the round end normally"].")
message_admins("\blue [key_name(usr)] [ticker.delay_end ? "delayed the round end" : "has made the round end normally"].", 1)
return //alert("Round end delayed", null, null, null, null, null)
if (!( going ))
going = LOBBY_TICKING_RESTARTED