Fixed saves not being overwritten
This commit is contained in:
@@ -98,7 +98,7 @@ public class Saves {
|
|||||||
|
|
||||||
public void save(){
|
public void save(){
|
||||||
current = this;
|
current = this;
|
||||||
SaveIO.isSaveValid(index);
|
SaveIO.saveToSlot(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDate(){
|
public String getDate(){
|
||||||
|
|||||||
Reference in New Issue
Block a user