mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 12:02:36 +01:00
14 lines
391 B
Diff
14 lines
391 B
Diff
|
@@ -36,6 +36,12 @@
|
||
|
}
|
||
|
|
||
|
public boolean b() {
|
||
|
+ // CraftBukkit start - introduce a temporary timeout hack until this is fixed properly
|
||
|
+ if ((this.b.ticksLived - this.b.bd/*getHurtTimestamp*/()) > 100) {
|
||
|
+ this.b.b((EntityLiving) null);
|
||
|
+ return false;
|
||
|
+ }
|
||
|
+ // CraftBukkit end
|
||
|
return !this.b.getNavigation().m();
|
||
|
}
|
||
|
}
|