Deprecate some methods, add some config comments and fix an adminmode bug.

This commit is contained in:
Olof Larsson
2014-11-14 08:41:58 +01:00
parent a376fffa47
commit 19ce054de2
5 changed files with 168 additions and 35 deletions

View File

@ -104,9 +104,9 @@ public class EngineExploit extends EngineAbstract
// -------------------------------------------- //
// TNT WATERLOG
// -------------------------------------------- //
// TNT in water/lava doesn't normally destroy any surrounding blocks, which is usually desired behavior, but...
// this optional change below provides workaround for waterwalling providing perfect protection,
// and makes cheap (non-obsidian) TNT cannons require minor maintenance between shots
// TNT in water/lava doesn't normally destroy any surrounding blocks, which is usually desired behavior.
// But this optional change below provides workaround for waterwalling providing perfect protection,
// and makes cheap (non-obsidian) TNT cannons require minor maintenance between shots.
@SuppressWarnings("deprecation")
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)