ERROR: attempt to perform arithmetic on field 'elapsed' (a nil value)
Jared87 opened this issue ยท 0 comments
I constantly have an Error in Cell, mainly on joining or leaving a group.
It seems that VerticalCooldown_OnUpdate
is called without first calling VerticalCooldown_ShowCooldown
, which initializes the variable self.elapsed.
111x Cell/Indicators/Base.lua:99: attempt to perform arithmetic on field 'elapsed' (a nil value)
[string "@Cell/Indicators/Base.lua"]:99: in function <Cell/Indicators/Base.lua:98>
Locals:
self = StatusBar {
spark = Texture {
}
PixelSnapDisabled = true
points = <table> {
}
icon = Texture {
}
}
elapsed = 0
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on field 'elapsed' (a nil value)"```