that's what I get for not having a formatter
This commit is contained in:
parent
df01dcb954
commit
e79c142fe9
3 changed files with 3 additions and 3 deletions
|
@ -60,4 +60,4 @@ this.keyOfLargestValue = function(t)
|
||||||
return picked
|
return picked
|
||||||
end
|
end
|
||||||
|
|
||||||
return this
|
return this
|
||||||
|
|
|
@ -3,4 +3,4 @@ local common = require("celediel.ASinkingFeeling.common")
|
||||||
local defaultConfig = {enabled = true, debug = false, playerOnly = false, downPullMultiplier = 100, mode = common.modes.equippedArmour.value}
|
local defaultConfig = {enabled = true, debug = false, playerOnly = false, downPullMultiplier = 100, mode = common.modes.equippedArmour.value}
|
||||||
local config = mwse.loadConfig(common.configString, defaultConfig)
|
local config = mwse.loadConfig(common.configString, defaultConfig)
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
@ -150,4 +150,4 @@ local function onInitialized()
|
||||||
end
|
end
|
||||||
|
|
||||||
event.register("initialized", onInitialized)
|
event.register("initialized", onInitialized)
|
||||||
event.register("modConfigReady", function() mwse.mcm.register(require("celediel.ASinkingFeeling.mcm")) end)
|
event.register("modConfigReady", function() mwse.mcm.register(require("celediel.ASinkingFeeling.mcm")) end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue