* Revert "Revert "Fix UninitializedSaveTest prototypes" (#16169)"
This reverts commit de1613f7ef.
* Invert if statement
This commit is contained in:
@@ -34,7 +34,7 @@ public abstract class SharedLightningComponent : Component
|
||||
/// The target that the lightning will Arc to.
|
||||
/// </summary>
|
||||
[DataField("arcTarget")]
|
||||
public EntityUid ArcTarget;
|
||||
public EntityUid? ArcTarget;
|
||||
|
||||
/// <summary>
|
||||
/// How far should this lightning go?
|
||||
|
||||
Reference in New Issue
Block a user