mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-04-22 11:18:15 +02:00
Fix one punch man not killing mobs in some cases (#1762)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
+
|
||||
+ if (attackDamage.doubleValue() == 0.0D) {
|
||||
+ // One punch!
|
||||
+ damage = 9999F;
|
||||
+ damage = this.getHealth();
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user