forked from SteamWar/SteamWar
Fix section packet being unnececarily reconstructed
This commit is contained in:
@@ -491,7 +491,6 @@ public abstract class TechHider {
|
|||||||
|
|
||||||
if (isPlayerPrivilegedToAccessPosition(p, worldX, worldY, worldZ) && isPlayerPrivilegedToAccessBlock(p, worldX, worldY, worldZ, block)) {
|
if (isPlayerPrivilegedToAccessPosition(p, worldX, worldY, worldZ) && isPlayerPrivilegedToAccessBlock(p, worldX, worldY, worldZ, block)) {
|
||||||
// TODO statefull !!!
|
// TODO statefull !!!
|
||||||
modified = true;
|
|
||||||
filteredPos.add(posShort);
|
filteredPos.add(posShort);
|
||||||
filteredStates.add(state);
|
filteredStates.add(state);
|
||||||
} else if(isPlayerPrivilegedToAccessPosition(p, worldX, worldY, worldZ)){
|
} else if(isPlayerPrivilegedToAccessPosition(p, worldX, worldY, worldZ)){
|
||||||
|
|||||||
Reference in New Issue
Block a user