Release 1.3.11

- Added options to delete data before importing a character
- Changed Wither to show secondary duration
- Local inc. Accuracy is now multiplicative with global
This commit is contained in:
Openarl
2017-02-26 23:03:54 +10:00
parent e89b023d21
commit d08cbf7e84
18 changed files with 273 additions and 61 deletions

View File

@@ -91,7 +91,9 @@ function CheckBoxClass:OnKeyUp(key)
if key == "LEFTBUTTON" then
if self:IsMouseOver() then
self.state = not self.state
self.changeFunc(self.state)
if self.changeFunc then
self.changeFunc(self.state)
end
end
end
self.clicked = false