File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/permissions Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ project_jvm_version_target=1.8
1414kotlin_version =1.3.61
1515kotlinx_serialization_version =0.14.0
1616dokka_version =0.10.0
17- ess_core_version =v1.14.4-1.1.0.0
17+ ess_core_version =v1.14.4-1.2.1
1818ess_cooldown_version =v1.14.4-1.0.2.0
1919module_version =1.15.2-1.0.0
2020module_name =Project Essentials Permissions
Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ internal class EntryPoint : EssBase() {
8989
9090 private fun loadAdditionalModules () {
9191 try {
92- Class .forName(
93- " com.mairwunnx.projectessentials.cooldown.essentials.CommandsAliases"
94- )
92+ Class .forName(cooldownAPIClassPath)
9593 cooldownsInstalled = true
9694 } catch (_: ClassNotFoundException ) {
9795 // ignored
You can’t perform that action at this time.
0 commit comments