Revert "Revert "Fix UninitializedSaveTest prototypes" (#16169)" (#16175)

* Revert "Revert "Fix UninitializedSaveTest prototypes" (#16169)"

This reverts commit de1613f7ef.

* Invert if statement
This commit is contained in:
Leon Friedrich
2023-05-07 06:30:51 +12:00
committed by GitHub
parent cebf021a12
commit e3793227b6
25 changed files with 71 additions and 103 deletions

View File

@@ -10,7 +10,7 @@ public sealed class DragonRiftComponent : SharedDragonRiftComponent
/// <summary>
/// Dragon that spawned this rift.
/// </summary>
[DataField("dragon")] public EntityUid Dragon;
[DataField("dragon")] public EntityUid? Dragon;
/// <summary>
/// How long the rift has been active.