Add missing break on RemoveDisallowedJobs (#10511)

This commit is contained in:
metalgearsloth 2022-08-11 22:47:54 +10:00 committed by GitHub
parent 3df8793b5a
commit 4b48f7e1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ public sealed class PlayTimeTrackingSystem : EntitySystem
jobs.RemoveSwap(i);
i--;
break;
}
}
}