Skip to content

Commit

Permalink
ИИ станции теперь спавнится корректно
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Sep 4, 2024
1 parent 28a8415 commit bcc9151
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public void HandlePlayerSpawning(PlayerSpawningEvent args, bool forceJob = false

if (forceJob)
{
if (spawnPoint.SpawnType == SpawnPointType.Job &&
args.Job != null &&
if (args.Job != null &&
spawnPoint.Job == args.Job.Prototype)
{
possibleContainers.Add((uid, spawnPoint, container, xform));
Expand Down

0 comments on commit bcc9151

Please sign in to comment.