mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-20 08:07:55 +01:00
Some cleanup.
This commit is contained in:
parent
837efb75d1
commit
edc94594eb
@ -322,7 +322,6 @@ public void onCreatureSpawn(CreatureSpawnEvent event) {
|
||||
|
||||
//CreatureType creaType = (CreatureType) CreatureType.valueOf(event.getMobType().toString());
|
||||
CreatureType creaType = event.getCreatureType();
|
||||
String creaName = "";
|
||||
Boolean cancelEvent = false;
|
||||
|
||||
if (wcfg.blockCreatureSpawn.contains(creaType)) {
|
||||
|
@ -25,6 +25,7 @@
|
||||
/**
|
||||
*
|
||||
* @author Michael
|
||||
* @param <T>
|
||||
*/
|
||||
public abstract class RegionFlagInfo<T> {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user