We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ea174 commit b285bffCopy full SHA for b285bff
common/src/main/kotlin/xyz/bluspring/unitytranslate/commands/UnityTranslateCommands.kt
@@ -32,9 +32,9 @@ object UnityTranslateCommands {
32
1
33
}
34
35
- val DEBUG_RESTART_TIMER = Commands.literal("debugreload")
+ val DEBUG_RESTART = Commands.literal("debugreload")
36
.executes { ctx ->
37
- TranslatorManager.loadFromConfig()
+ TranslatorManager.installLibreTranslate()
38
ctx.source.sendSystemMessage(Component.literal("Restarted timer!"))
39
40
@@ -44,5 +44,5 @@ object UnityTranslateCommands {
44
.requires { it.hasPermission(3) }
45
.then(INFO)
46
.then(CLEAR_QUEUE)
47
- .then(DEBUG_RESTART_TIMER)
+ .then(DEBUG_RESTART)
48
0 commit comments