Adds battle history, fixes code style
This commit is contained in:
@@ -52,7 +52,6 @@ public class ScriptContainer : IEnumerable<ScriptContainer>
|
||||
if (Script is not null)
|
||||
{
|
||||
Script.OnRemove();
|
||||
Script.MarkForDeletion();
|
||||
}
|
||||
Script = script;
|
||||
}
|
||||
@@ -65,7 +64,6 @@ public class ScriptContainer : IEnumerable<ScriptContainer>
|
||||
if (Script is not null)
|
||||
{
|
||||
Script.OnRemove();
|
||||
Script.MarkForDeletion();
|
||||
}
|
||||
Script = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user