Compare commits
2 Commits
22bd1063bb
...
34f66a56a3
Author | SHA1 | Date | |
---|---|---|---|
34f66a56a3 | |||
07571002a4 |
@ -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 ship)
|
||||
if (elem?.CreateDrawningExcavatorEmpty() is T excavator)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user