mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Should fix the assistant-priority jobs terminating the preference list.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2088 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -378,7 +378,7 @@ datum/preferences
|
||||
update_preview_icon()
|
||||
user << browse_rsc(preview_icon, "previewicon.png")
|
||||
|
||||
var/list/destructive = assistant_occupations.Copy()
|
||||
var/list/destructive = list("Assistant") //only the actual assistants should terminate the list
|
||||
var/dat = "<html><body>"
|
||||
dat += "<b>Name:</b> "
|
||||
dat += "<a href=\"byond://?src=\ref[user];preferences=1;real_name=input\"><b>[real_name]</b></a> "
|
||||
|
||||
Reference in New Issue
Block a user