Skip to content

Commit

Permalink
Fix merge issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
LankLTE committed Oct 16, 2024
1 parent 6430d7f commit d7bd224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/_CD/CryoSleep/CryoSleepSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public bool RespawnUser(EntityUid? toInsert, CryoSleepComponent component, bool
}
public void CryoStoreBody(EntityUid mindId)
{
if (!_sharedJobSystem.MindTryGetJob(mindId, out _, out var prototype))
if (!_sharedJobSystem.MindTryGetJob(mindId, out var prototype))
return;

if (!TryComp<MindComponent>(mindId, out var mind))
Expand Down

0 comments on commit d7bd224

Please sign in to comment.