mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Admins can open multiple player panels thanks to remie.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user