Update leveldb dependency

This commit is contained in:
Jesse Boyd 2017-10-01 17:28:01 +11:00
parent 22be697751
commit 69159df055
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
2 changed files with 1 additions and 1 deletions

BIN
nukkit/lib/leveldb.jar Normal file

Binary file not shown.

View File

@ -329,7 +329,7 @@ public class ConverterFrame extends JFrame {
if (!leveldb.exists()) {
File tempFile = File.createTempFile("leveldb.jar", ".tmp");
tempFile.deleteOnExit();
String download = "https://github.com/Nukkit/Nukkit/raw/master/lib/leveldb.jar";
String download = "https://github.com/boy0001/FastAsyncWorldedit/raw/master/nukkit/lib/leveldb.jar";
debug("Downloading: " + download);
URL url = new URL(download);
try (InputStream is = url.openStream()) {