Making Inspect work on offline players

This commit is contained in:
nossr50
2012-02-29 12:33:33 -08:00
parent e0fa23359f
commit 88e40080fb
6 changed files with 45 additions and 21 deletions

View File

@@ -8,7 +8,6 @@ import org.bukkit.entity.Player;
import com.gmail.nossr50.Users;
import com.gmail.nossr50.m;
import com.gmail.nossr50.mcMMO;
import com.gmail.nossr50.mcPermissions;
import com.gmail.nossr50.datatypes.PlayerProfile;
import com.gmail.nossr50.datatypes.SkillType;
@@ -16,11 +15,6 @@ import com.gmail.nossr50.locale.mcLocale;
import com.gmail.nossr50.skills.Skills;
public class McstatsCommand implements CommandExecutor {
private final mcMMO plugin;
public McstatsCommand(mcMMO instance) {
this.plugin = instance;
}
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {