Protect our file paths.

This commit is contained in:
GJ
2012-07-09 10:55:33 -04:00
parent d038cbf357
commit f0b2cc1bab
8 changed files with 42 additions and 21 deletions

View File

@ -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