Skip to content

Commit

Permalink
Input window will now have the current admin notice displayed when yo…
Browse files Browse the repository at this point in the history
…u go edit it.
  • Loading branch information
Ikarrus committed Dec 4, 2013
1 parent 5f15506 commit dce8abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ var/global/floorIsLava = 0
set desc ="Set an announcement that appears to everyone who joins the server. Only lasts this round"
if(!check_rights(0)) return

admin_notice = input(src,"Set a public notice for this round. Everyone who joins the server will see it.\n(Leaving it blank will delete the current notice):","Set Notice",null) as null|message
admin_notice = input(src,"Set a public notice for this round. Everyone who joins the server will see it.\n(Leaving it blank will delete the current notice):","Set Notice",admin_notice) as null|message
switch(admin_notice)
if(null)
return
Expand Down

0 comments on commit dce8abb

Please sign in to comment.