mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
BlockListener sync
This commit is contained in:
@@ -40,11 +40,7 @@ import com.untamedears.citadel.entity.PlayerState;
|
||||
import com.untamedears.citadel.entity.Reinforcement;
|
||||
import com.untamedears.citadel.entity.ReinforcementMaterial;
|
||||
|
||||
public class BlockListener extends PluginConsumer implements Listener {
|
||||
|
||||
public BlockListener(Citadel plugin) {
|
||||
super(plugin);
|
||||
}
|
||||
public class BlockListener implements Listener {
|
||||
|
||||
/**
|
||||
* This handles the BlockPlaceEvent for Fortification mode (all placed blocks are reinforced)
|
||||
|
||||
Reference in New Issue
Block a user