Skip to content

Commit

Permalink
copypaste causing harddel moment
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 31, 2023
1 parent 8c9dcdb commit a74ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/landmarks/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
if(squad)
LAZYREMOVE(GLOB.latejoin_by_squad[squad], src)
else if(job)
LAZYADD(GLOB.latejoin_by_job[job], src)
LAZYREMOVE(GLOB.latejoin_by_job[job], src)
else
GLOB.latejoin -= src
return ..()
Expand Down

0 comments on commit a74ee13

Please sign in to comment.