почти готово
This commit is contained in:
parent
f5df18ed71
commit
c82b33ed47
@ -32,7 +32,7 @@ namespace WarmlyShip
|
||||
|
||||
public void DelMap(string name)
|
||||
{
|
||||
if (_mapStorages.ContainsKey(name)) return;
|
||||
if (!_mapStorages.ContainsKey(name)) return;
|
||||
_mapStorages.Remove(name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user