Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed May 26, 2024
1 parent 1409149 commit a96bb5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/jobs/job/command/auxiliary/tank_crew.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
spawn_positions = 0

/datum/job/command/tank_crew/get_total_positions(latejoin = FALSE)
if (length(GLOB.clients) >= 200 || total_positions_so_far > 0)
return 2
if(length(GLOB.clients) >= 200 || total_positions_so_far > 0)
return 2

return 0

/obj/effect/landmark/start/tank_crew
Expand Down

0 comments on commit a96bb5d

Please sign in to comment.