File tree 2 files changed +2
-4
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/permissions
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
14
14
kotlin_version =1.3.61
15
15
kotlinx_serialization_version =0.14.0
16
16
dokka_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
18
18
ess_cooldown_version =v1.14.4-1.0.2.0
19
19
module_version =1.15.2-1.0.0
20
20
module_name =Project Essentials Permissions
Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ internal class EntryPoint : EssBase() {
89
89
90
90
private fun loadAdditionalModules () {
91
91
try {
92
- Class .forName(
93
- " com.mairwunnx.projectessentials.cooldown.essentials.CommandsAliases"
94
- )
92
+ Class .forName(cooldownAPIClassPath)
95
93
cooldownsInstalled = true
96
94
} catch (_: ClassNotFoundException ) {
97
95
// ignored
You can’t perform that action at this time.
0 commit comments