Skip to content

Commit

Permalink
fix/9595 (ldtteam#9604)
Browse files Browse the repository at this point in the history
Fix assignment of trainees (remove old job before adding new)
  • Loading branch information
Raycoms authored Dec 8, 2023
1 parent 3d655fc commit 592875a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public void onColonyTick(@NotNull final IColony colony)
if (trainingCitizen != null)
{
hiredFromTraining = true;
trainingCitizen.setJob(null);
assignCitizen(trainingCitizen);
}
}
Expand Down

0 comments on commit 592875a

Please sign in to comment.