mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-11 22:30:50 +01:00
Fixed a few issues from the merge, added the mod directory to the zip
backup.
This commit is contained in:
@@ -17,7 +17,7 @@ public class SQLConversionTask implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
String location = mcMMO.p.usersFile;
|
||||
String location = plugin.usersFile;
|
||||
|
||||
try {
|
||||
FileReader file = new FileReader(location);
|
||||
|
||||
Reference in New Issue
Block a user