Skip to content

Commit

Permalink
Removes a useless stack throw in roundstart logic (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinum authored Feb 10, 2024
1 parent 7b37df5 commit f4aac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ SUBSYSTEM_DEF(ticker)
spawn_loc = pick_n_take(spawn_spots)
player.create_character(spawn_loc)
else //PLAYER_NOT_READY
stack_trace("New Player with a mind was not ready.")
//Reload their player panel so they see latejoin instead of ready.
player.new_player_panel()

CHECK_TICK
Expand Down

0 comments on commit f4aac13

Please sign in to comment.