Fixes inconsistencies with the player panel

Every other admin window that deals with singular things (vv, traitorpanel, etc) lets you have more then one open (as long as its not about the same thing), But not pp, the central point of all of them.

This fixes that and allows you have a window open for each mob.
This commit is contained in:
MrStonedOne
2014-11-05 13:53:05 -08:00
parent 73b83ddef6
commit 3b40d6a20d

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!