Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 27, 2024
1 parent ebd03b7 commit afd495a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private void refreshStateForPlayer(@Nullable Player player, @NotNull DisplayPara
//如果没有profile,那么随机一个并计划刷新
if (displayType == org.bukkit.entity.EntityType.PLAYER && gameProfile == null)
{
var disguiseName = watcher.get(EntryIndex.PLAYER_DISGUISE_NAME);
var disguiseName = watcher.get(EntryIndex.DISGUISE_NAME);

if (disguiseName == null)
{
Expand Down

0 comments on commit afd495a

Please sign in to comment.