mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
start
This commit is contained in:
parent
f8f73a49b5
commit
fc393e1047
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user