Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Feb 3, 2024
1 parent ed4aff2 commit 005f603
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,8 @@ private void refreshStateForPlayer(@Nullable Player player, @NotNull DisplayPara
: NmsRecord.ofPlayer(targetPlayer).gameProfile;

gameProfile = Objects.requireNonNullElseGet(cachedProfile, () -> new GameProfile(UUID.randomUUID(), disguiseName));
logger.info("N is " + disguiseName);
}

logger.info("Profile Name is " + gameProfile.getName());

var parametersFinal = new DisplayParameters(displayType, watcher, gameProfile); //.setDontIncludeMeta();
var spawnPackets = getFactory().buildSpawnPackets(player, parametersFinal);

Expand Down

0 comments on commit 005f603

Please sign in to comment.