SPIGOT-5015: Players in spectator mode prevent block placement and block projectiles

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-06-02 19:51:26 +10:00
parent 9db0901922
commit a5abba4a51
4 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@
+ return nbttagcompound == null ? null : this.getChunkData(this.world.getWorldProvider().getDimensionManager(), this.m, nbttagcompound, chunkcoordintpair, world); // CraftBukkit
}
boolean d(ChunkCoordIntPair chunkcoordintpair) {
boolean isOutsideOfRange(ChunkCoordIntPair chunkcoordintpair) {
@@ -1052,7 +1056,7 @@
public final Set<EntityPlayer> trackedPlayers = Sets.newHashSet();