mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-28 11:19:26 +00:00
2.1.3
This commit is contained in:
@@ -66,6 +66,7 @@ public class DataManager extends Function {
|
||||
public void onJoin(Player player) {
|
||||
Bukkit.getScheduler().runTaskAsynchronously(CustomNameplates.plugin, () -> {
|
||||
PlayerData playerData = dataStorageInterface.loadData(player);
|
||||
if (playerData == null) return;
|
||||
playerDataCache.put(player.getUniqueId(), playerData);
|
||||
//wait
|
||||
if (ConfigUtil.isModuleEnabled("nameplate")) {
|
||||
|
||||
Reference in New Issue
Block a user