Fixed a few issues from the merge, added the mod directory to the zip

backup.
This commit is contained in:
GJ
2012-05-05 13:51:54 -04:00
parent b529219a0e
commit 1b37ba8daa
9 changed files with 32 additions and 27 deletions

View File

@ -17,11 +17,12 @@ import com.gmail.nossr50.locale.LocaleLoader;
import com.gmail.nossr50.util.Users;
public class McremoveCommand implements CommandExecutor {
private final String location = mcMMO.p.usersFile;
private final String location;
private final mcMMO plugin;
public McremoveCommand (mcMMO plugin) {
this.plugin = plugin;
this.location = plugin.usersFile;
}
@Override