mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-24 17:11:40 +01:00
Block lag fix now fakes block status 3 for other plugins.
This commit is contained in:
parent
b7e5828c3f
commit
fc81a7034e
@ -395,6 +395,10 @@ else if (type == 18) { // Leaves
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Now loop this hook back through!
|
||||
block.setStatus(3); // Block is destroyed
|
||||
canDestroyBlock(player, block);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user