mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 21:54:57 +00:00
Revert "Default tag to their rank's tag"
This reverts commit 37f7c97637
.
This commit is contained in:
parent
37f7c97637
commit
c9d4caffed
1 changed files with 1 additions and 4 deletions
|
@ -1,15 +1,12 @@
|
|||
package me.StevenLawson.TotalFreedomMod.config;
|
||||
|
||||
import me.StevenLawson.TotalFreedomMod.TotalFreedomMod;
|
||||
import me.StevenLawson.TotalFreedomMod.player.PlayerRank;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.configuration.file.FileConfiguration;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.UUID;
|
||||
|
||||
public class TagConfiguration {
|
||||
private static Plugin plugin = JavaPlugin.getPlugin(TotalFreedomMod.class);
|
||||
|
@ -38,7 +35,7 @@ public class TagConfiguration {
|
|||
} catch (IOException e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
return PlayerRank.fromSender(Bukkit.getPlayer(UUID.fromString(playerUuid))).getPrefix();
|
||||
return "";
|
||||
}
|
||||
} else return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue