Don't sell non-dead mobs on cargo (#15228)

This commit is contained in:
metalgearsloth
2023-04-09 11:59:41 +10:00
committed by GitHub
parent e9b5a60e42
commit b65bfd1fcf
2 changed files with 59 additions and 37 deletions

View File

@@ -281,7 +281,7 @@ namespace Content.Server.Cargo.Systems
if (station != component.Owner)
continue;
UpdateShuttleState(uid, comp, station);
UpdateShuttleState(uid, station);
}
}