mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Fixed TNT listener not being enabled
This commit is contained in:
parent
a1a0969e63
commit
75e45de780
1 changed files with 3 additions and 0 deletions
|
@ -536,6 +536,9 @@ public class PlotSquared {
|
|||
IMP.registerForceFieldEvents();
|
||||
IMP.registerWorldEditEvents();
|
||||
IMP.registerWorldEvents();
|
||||
if (Settings.TNT_LISTENER) {
|
||||
IMP.registerTNTListener();
|
||||
}
|
||||
if (Settings.CHUNK_PROCESSOR) {
|
||||
IMP.registerChunkProcessor();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue