Fixed #2632 (among other things)
This commit is contained in:
@@ -126,6 +126,10 @@ public class SaveIO{
|
||||
}
|
||||
}
|
||||
|
||||
public static void load(String saveName) throws SaveException{
|
||||
load(saveDirectory.child(saveName + ".msav"));
|
||||
}
|
||||
|
||||
public static void load(Fi file) throws SaveException{
|
||||
load(file, world.context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user