Browse Source

Remove unused variable.

GJ 12 years ago
parent
commit
105f088576
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/gmail/nossr50/commands/mc/McremoveCommand.java

+ 0 - 1
src/main/java/com/gmail/nossr50/commands/mc/McremoveCommand.java

@@ -17,7 +17,6 @@ import com.gmail.nossr50.locale.LocaleLoader;
 import com.gmail.nossr50.util.Database;
 
 public class McremoveCommand implements CommandExecutor {
-    private Database database = mcMMO.getPlayerDatabase();
     private final String location;
     private final mcMMO plugin;