This commit is contained in:
t00thpick1 2014-07-27 12:01:08 -04:00
parent f8f73a49b5
commit fc393e1047

View File

@ -1,10 +1,7 @@
package com.gmail.nossr50.runnables.player; package com.gmail.nossr50.runnables.player;
import java.util.UUID;
import org.bukkit.Server; import org.bukkit.Server;
import org.bukkit.entity.Player; import org.bukkit.entity.Player;
import org.bukkit.metadata.FixedMetadataValue;
import org.bukkit.scheduler.BukkitRunnable; import org.bukkit.scheduler.BukkitRunnable;
import com.gmail.nossr50.mcMMO; import com.gmail.nossr50.mcMMO;
@ -39,7 +36,7 @@ public class PlayerProfileLoadingTask extends BukkitRunnable {
// Send the message that we're doing the recovery // Send the message that we're doing the recovery
if (attempt == 0) { if (attempt == 0) {
player.sendMessage(LocaleLoader.getString("Profile.Loading.Starting")); player.sendMessage(LocaleLoader.getString("Profile.Loading.Start"));
} }
// Increment attempt counter and try // Increment attempt counter and try