Skip to content

Commit

Permalink
Typo :')
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuppo committed Jan 29, 2024
1 parent cf31b4f commit 0a263b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected void onReadCustomDataFromNbt(NbtCompound nbt, CallbackInfo ci) {
variant = Variants.getDefaultVariant(EntityType.COW);
}

// Update all players in the event that this is from modifying entity deata with a command
// Update all players in the event that this is from modifying entity data with a command
// This should be fine since the packet is so small anyways
MinecraftServer server = ((Entity)(Object)this).getServer();
if (server != null) {
Expand Down

0 comments on commit 0a263b2

Please sign in to comment.