Merge pull request #5699 from MrStonedOne/MutiTask

Fixes player panel only allowing one window to be open at a time.
This commit is contained in:
hornygranny
2014-11-07 10:46:55 -08:00
+1 -1
View File
@@ -150,7 +150,7 @@ var/global/floorIsLava = 0
body += "<br>"
body += "</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!