mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
11 lines
372 B
Diff
11 lines
372 B
Diff
--- ../src-base/minecraft/net/minecraft/client/entity/EntityOtherPlayerMP.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/entity/EntityOtherPlayerMP.java
|
|
@@ -43,6 +43,7 @@
|
|
|
|
public boolean attackEntityFrom(DamageSource source, float amount)
|
|
{
|
|
+ net.minecraftforge.common.ForgeHooks.onPlayerAttack(this, source, amount);
|
|
return true;
|
|
}
|
|
|