mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-12 09:15:28 +02:00
Protect our file paths.
This commit is contained in:
@@ -26,7 +26,7 @@ public class McremoveCommand implements CommandExecutor {
|
||||
|
||||
public McremoveCommand (mcMMO plugin) {
|
||||
this.plugin = plugin;
|
||||
this.location = mcMMO.usersFile;
|
||||
this.location = mcMMO.getUsersFile();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user