mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Protect our file paths.
This commit is contained in:
@ -17,7 +17,7 @@ public class SQLConversionTask implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
String location = mcMMO.usersFile;
|
||||
String location = mcMMO.getUsersFile();
|
||||
|
||||
try {
|
||||
FileReader file = new FileReader(location);
|
||||
|
Reference in New Issue
Block a user