Skip to content

Commit

Permalink
Merge pull request #47 from skeyuui/joinlate-fix-maybe
Browse files Browse the repository at this point in the history
Tentative fix for hidden JOINLATE button
  • Loading branch information
russ-money authored Sep 2, 2024
2 parents 65c6b6b + b334782 commit 673f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ GLOBAL_LIST_EMPTY(chosen_names)
dat += "<table width='100%'>"
dat += "<tr>"
dat += "<td width='33%' align='left'></td>"
dat += "<td width='33%' align='center'>"
dat += "<td width='33%' align='center'><br><br>"
if(SSticker.current_state <= GAME_STATE_PREGAME)
switch(N.ready)
if(PLAYER_NOT_READY)
Expand Down

0 comments on commit 673f542

Please sign in to comment.