Skip to content

Commit

Permalink
Allied race support
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Feb 23, 2018
1 parent 31b4fe8 commit 049c208
Show file tree
Hide file tree
Showing 10 changed files with 378 additions and 122 deletions.
6 changes: 3 additions & 3 deletions Bindings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Bindings>
<Binding name="REFLEXOPEN" header="REFLEXB">
if not REFlex:IsVisible() then
REFlex:Show()
if not REFlexFrame:IsVisible() then
REFlexFrame:Show()
else
REFlex:Hide()
REFlexFrame:Hide()
end
</Binding>
</Bindings>
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
All Rights Reserved unless otherwise explicitly stated.
Copyright (c) 2013-2017 Paweł Jastrzębski <[email protected]>
Copyright (c) 2013-2018 Paweł Jastrzębski <[email protected]>
Loading

0 comments on commit 049c208

Please sign in to comment.