mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 13:02:12 +00:00
11 lines
299 B
Diff
11 lines
299 B
Diff
--- a/net/minecraft/server/AttributeRanged.java
|
|
+++ b/net/minecraft/server/AttributeRanged.java
|
|
@@ -31,6 +31,8 @@
|
|
}
|
|
|
|
public double a(double d0) {
|
|
+ if (d0 != d0) return getDefault(); // CraftBukkit
|
|
+
|
|
d0 = MathHelper.a(d0, this.a, this.maximum);
|
|
return d0;
|
|
}
|