@@ -1,6 +1,15 @@
|
||||
--- a/net/minecraft/server/CommandSpreadPlayers.java
|
||||
+++ b/net/minecraft/server/CommandSpreadPlayers.java
|
||||
@@ -269,7 +269,7 @@
|
||||
@@ -58,7 +58,7 @@
|
||||
if (entity instanceof EntityHuman) {
|
||||
set.add(entity.getScoreboardTeam());
|
||||
} else {
|
||||
- set.add((Object) null);
|
||||
+ set.add((ScoreboardTeamBase) null); // CraftBukkit - decompile error
|
||||
}
|
||||
}
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
}
|
||||
|
||||
blockposition = blockposition.down();
|
||||
@@ -9,7 +18,7 @@
|
||||
|
||||
return blockposition.getY() + 1;
|
||||
}
|
||||
@@ -285,7 +285,7 @@
|
||||
@@ -282,7 +282,7 @@
|
||||
}
|
||||
|
||||
blockposition = blockposition.down();
|
||||
@@ -18,7 +27,7 @@
|
||||
} while (iblockdata.isAir());
|
||||
|
||||
Material material = iblockdata.getMaterial();
|
||||
@@ -297,5 +297,12 @@
|
||||
@@ -294,5 +294,12 @@
|
||||
this.a = MathHelper.a(random, d0, d2);
|
||||
this.b = MathHelper.a(random, d1, d3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user