Give up trying to fix chest location stuff, arcade is a fickle creature
This commit is contained in:
parent
9c73ca7f75
commit
11e6660809
@ -226,13 +226,6 @@ public class PerkDestructor extends Perk
|
||||
continue;
|
||||
}
|
||||
|
||||
// Custom locs with id 54 = chests in BR
|
||||
// Skip all mid chests from being affected
|
||||
if (Manager.GetGame().WorldData.GetCustomLocs("54").contains(block.getLocation()))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
//Event
|
||||
PerkDestructorBlockEvent blockEvent = new PerkDestructorBlockEvent(player, block);
|
||||
UtilServer.getServer().getPluginManager().callEvent(blockEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user