Skip to content

Commit 15af455

Browse files
committed
Cleanup final CombatTracker diff
1 parent b50fa5c commit 15af455

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

paper-server/patches/sources/net/minecraft/world/damagesource/CombatTracker.java.patch

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,8 @@
3434
+ }
3535
+ }
3636
+
37-
+ public void resetCombatState() {
37+
+ public void resetCombatState() {{
3838
+ // Paper end - Combat tracker API
3939
boolean wasInCombat = this.inCombat;
4040
this.takingDamage = false;
4141
this.inCombat = false;
42-
@@ -156,6 +_,5 @@
43-
}
44-
45-
this.entries.clear();
46-
- }
47-
}
48-
}

0 commit comments

Comments
 (0)