mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
remove environment reference
This commit is contained in:
@@ -303,9 +303,6 @@ public class GameFixes extends SimpleHack<GameFixesConfig> implements Listener {
|
||||
if (!config.isEnabled() || !config.stopAnchorBombing()) {
|
||||
return;
|
||||
}
|
||||
if (event.getClickedBlock().getWorld().getEnvironment() != Environment.NETHER) {
|
||||
return;
|
||||
}
|
||||
if (event.getClickedBlock() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user