//if (reader.mapLineCount == -1) {reader.countMapSize(fromFile, null);}
reader.countMapSize(fromFile, null);
reader.openGlobalFile(fromFile);
currentMap = new BasicMap(fromFile);
if (Detonator.INSTANCE != null) {
Detonator.INSTANCE.currentMap = currentMap;