diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index 20a45e3da7e..8f15102cdd1 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -450,7 +450,6 @@ datum/preferences
HTML += "
Be assistant if preference unavailable
"
if(RETURN_TO_LOBBY)
HTML += "
Return to lobby if prefernce unavailable
"
- else return;
HTML += "\[Reset\]"
HTML += ""
diff --git a/html/changelog.html b/html/changelog.html
index 30d9f62c640..914b512281f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -58,6 +58,13 @@ Stuff which is in development and not yet visible to players or just code relate
should be listed in the changelog upon commit though. Thanks. -->
+
+
May 26th, 2013
+
VitrescentTortoise updated:
+
+ - Added a third option for not getting any job preferences. It allows you to return to the lobby instead of joining.
+
+
21 May 2013