Removed html module

This commit is contained in:
Anuken
2018-10-30 19:15:12 -04:00
parent c02329e4b1
commit fbf614a8df
34 changed files with 105 additions and 778 deletions
+1 -3
View File
@@ -256,9 +256,7 @@ public class Saves{
}
public void delete(){
if(!gwt){ //can't delete files
SaveIO.fileFor(index).delete();
}
SaveIO.fileFor(index).delete();
saves.removeValue(this, true);
saveMap.remove(index);
if(this == current){