elevation is gone but this time I'm not doing the crab rave meme

This commit is contained in:
Anuken
2019-01-10 21:45:18 -05:00
parent 84e754dd10
commit ae3aa20508
28 changed files with 182 additions and 655 deletions
+1 -2
View File
@@ -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(){