fixing the stylesheet not being able to be reset and changing single-line

edit var to multi-line.
This commit is contained in:
ririchiyo
2015-01-10 19:14:50 -05:00
parent 90dd059baf
commit 6a59e73d41
2 changed files with 5 additions and 4 deletions

View File

@@ -1178,6 +1178,7 @@ var/global/blood_virus_spreading_disabled = 0
for(var/client/C in clients)
winset(C, null, "outputwindow.output.style=[world_style];")
config.world_style_config = world_style
message_admins("The style sheet has been reset by [src.ckey]")
/client/proc/cmd_admin_cluwneize(var/mob/M in mob_list)