Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2023
1 parent 5bdb0d6 commit 1480abe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ local config = {
timer = configManager.getNumber(configKeys.RATE_SPAWN) * SCHEDULE_SPAWN_RATE,
}


local lionKnight = GlobalEvent("ancient lion knight")
function lionKnight.onThink(interval, lastExecution)
checkBoss(config.centerPosition, config.rangeX, config.rangeY, config.monsterName, config.bossPosition)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ function grandCommander.onThink(interval, lastExecution)
end

grandCommander:interval(15 * 60 * 1000 / config.timer) -- 15 minutes
grandCommander:register()
grandCommander:register()

0 comments on commit 1480abe

Please sign in to comment.