File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
plugin/src/main/kotlin/trplugins/menu/module/conf Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ subprojects {
5959 )
6060 }
6161 version {
62- taboolib = " 6.2.2 "
62+ taboolib = " 6.2.3 "
6363 coroutines = null
6464 }
6565 }
Original file line number Diff line number Diff line change 11group =me.arasple.mc.trmenu
2- version =3.3.8
2+ version =3.3.9
Original file line number Diff line number Diff line change @@ -87,10 +87,8 @@ object Loader {
8787 if (result.state == SerialzeResult .State .IGNORE ) {
8888 return @start result
8989 }
90- if (result.succeed()) {
91- if (TrMenu .SETTINGS .getBoolean(" Loader.Listen-Files" , true )) {
92- listen(it)
93- }
90+ if (result.succeed() && TrMenu .SETTINGS .getBoolean(" Loader.Listen-Files" , true )) {
91+ listen(it)
9492 } else errors.addAll(result.errors)
9593 result
9694 },
You can’t perform that action at this time.
0 commit comments