elevation is gone but this time I'm not doing the crab rave meme
This commit is contained in:
@@ -125,7 +125,6 @@ public class Saves{
|
||||
saveMap.put(slot.index, slot);
|
||||
slot.meta = SaveIO.getData(slot.index);
|
||||
current = slot;
|
||||
slot.meta.sector = invalidSector;
|
||||
saveSlots();
|
||||
return slot;
|
||||
}
|
||||
@@ -176,7 +175,7 @@ public class Saves{
|
||||
}
|
||||
|
||||
public boolean isHidden(){
|
||||
return meta.sector != invalidSector;
|
||||
return false;
|
||||
}
|
||||
|
||||
public String getPlayTime(){
|
||||
|
||||
Reference in New Issue
Block a user