Исправление по замечанию
This commit is contained in:
parent
bc5e326d4c
commit
5a4b922514
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user