diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 4fbd9fe533c..072479dba9e 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -150,7 +150,7 @@ var/global/floorIsLava = 0 body += "
" body += "" - 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!