From fc393e10472bc4edc28beb13579056e7d5eae196 Mon Sep 17 00:00:00 2001 From: t00thpick1 Date: Sun, 27 Jul 2014 12:01:08 -0400 Subject: [PATCH] start --- .../nossr50/runnables/player/PlayerProfileLoadingTask.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/com/gmail/nossr50/runnables/player/PlayerProfileLoadingTask.java b/src/main/java/com/gmail/nossr50/runnables/player/PlayerProfileLoadingTask.java index fcc04c07d..0cd1064fd 100644 --- a/src/main/java/com/gmail/nossr50/runnables/player/PlayerProfileLoadingTask.java +++ b/src/main/java/com/gmail/nossr50/runnables/player/PlayerProfileLoadingTask.java @@ -1,10 +1,7 @@ package com.gmail.nossr50.runnables.player; -import java.util.UUID; - import org.bukkit.Server; import org.bukkit.entity.Player; -import org.bukkit.metadata.FixedMetadataValue; import org.bukkit.scheduler.BukkitRunnable; import com.gmail.nossr50.mcMMO; @@ -39,7 +36,7 @@ public class PlayerProfileLoadingTask extends BukkitRunnable { // Send the message that we're doing the recovery if (attempt == 0) { - player.sendMessage(LocaleLoader.getString("Profile.Loading.Starting")); + player.sendMessage(LocaleLoader.getString("Profile.Loading.Start")); } // Increment attempt counter and try