mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Lobby menu refreshment
If one was returned to the lobby after failing to acquire a job the lobby menu should now be refreshed, properly displaying Join Round/Observe instead of Declare Ready.
This commit is contained in:
@@ -341,6 +341,7 @@ var/global/datum/controller/occupations/job_master
|
|||||||
for(var/mob/new_player/player in unassigned)
|
for(var/mob/new_player/player in unassigned)
|
||||||
if(player.client.prefs.alternate_option == RETURN_TO_LOBBY)
|
if(player.client.prefs.alternate_option == RETURN_TO_LOBBY)
|
||||||
player.ready = 0
|
player.ready = 0
|
||||||
|
player.new_player_panel_proc()
|
||||||
unassigned -= player
|
unassigned -= player
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user