Pack all resources and languages with jar

This commit is contained in:
Sn0wStorm
2015-01-09 23:02:56 +01:00
parent a8720e01c0
commit 9f563669e2
11 changed files with 1630 additions and 120 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ public class DataSave extends BukkitRunnable {
}
} else {
running = new DataSave(null);
running.runTask(P.p);
running.run();
}
P.p.debugLog("saving: " + ((System.nanoTime() - time) / 1000000.0) + "ms");
}