[ci-skip] fix comment in last patch

This commit is contained in:
jmp
2020-12-10 05:01:00 -08:00
parent 65fde28dca
commit da48e0a7eb

View File

@@ -132,7 +132,7 @@ index 6c25f667ee..668c877ece 100644
if (nbttagcompound.hasKeyOfType("CollarColor", 99)) {
this.setCollarColor(EnumColor.fromColorIndex(nbttagcompound.getInt("CollarColor")));
}
+ setRabid(nbttagcompound.getBoolean("Purpur.IsRabid")); // Purpur end
+ setRabid(nbttagcompound.getBoolean("Purpur.IsRabid")); // Purpur
this.a((WorldServer) this.world, nbttagcompound);
}