Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WsureDev committed Dec 3, 2021
1 parent 5ab1140 commit 02db665
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/top/wsure/warframe/WorldState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ object WorldState : KotlinPlugin(
logger.info{"os.version:${System.getProperty("os.version")}"}

launch {
WorldStateData.reload()

WorldStateData.commandList = CommandUtils.getRemoteCommand(WorldStateData.host)

WorldStateData.taskList = CommandUtils.getRemoteTask(WorldStateData.host)

WorldStateData.reload()

CommandUtils.initTaskQueue(WorldStateData.taskList)

CommandUtils.registerAll(WorldStateData.commandList)
Expand Down

0 comments on commit 02db665

Please sign in to comment.