Исправление по замечанию

This commit is contained in:
prodigygirl 2022-12-03 14:30:06 +04:00
parent bc5e326d4c
commit 5a4b922514

View File

@ -153,7 +153,8 @@ public class MapsCollection {
if (_mapStorages.containsKey(elem[0])) {
_mapStorages.get(elem[0]).removeAllCars();
}
_mapStorages.put(elem[0], new MapWithSetArmoredCarsGeneric<>(_pictureWidth, _pictureHeight, map));
else
_mapStorages.put(elem[0], new MapWithSetArmoredCarsGeneric<>(_pictureWidth, _pictureHeight, map));
_mapStorages.get(elem[0]).LoadData(elem[2].split(String.valueOf(separatorData)));
} catch (IOException e) {
e.printStackTrace();