This commit is contained in:
kevinz000
2018-03-29 17:09:36 -07:00
parent de282f5201
commit dc4b52bcfd
+2 -1
View File
@@ -1,6 +1,7 @@
/datum/admins/proc/player_panel_new()//The new one
if(!check_rights())
return
log_admin("[key_name(usr)] checked the player panel.")
var/dat = "<html><head><title>Player Panel</title></head>"
//javascript, the part that does most of the work~
@@ -307,4 +308,4 @@
</body></html>
"}
usr << browse(dat, "window=players;size=600x480")
usr << browse(dat, "window=players;size=600x480")