mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
[ci-skip] fix comment in last patch
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user