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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user