Compare commits
No commits in common. "34f66a56a3b3f119294585fc986f1f8bd048b229" and "22bd1063bb6414d0638e003936474ac3c9d816a6" have entirely different histories.
34f66a56a3
...
22bd1063bb
@ -175,7 +175,7 @@ public class StorageCollection<T>
|
||||
string[] set = record[3].Split(_separatorItems, StringSplitOptions.RemoveEmptyEntries);
|
||||
foreach (string elem in set)
|
||||
{
|
||||
if (elem?.CreateDrawningExcavatorEmpty() is T excavator)
|
||||
if (elem?.CreateDrawningExcavatorEmpty() is T ship)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user