format if statements
This commit is contained in:
+1
-1
@@ -1889,7 +1889,7 @@
|
||||
AtlasLootMinimapButton_OnClick(arg1);
|
||||
</OnClick>
|
||||
<OnMouseUp>
|
||||
if ( arg1 == "MiddleButton" ) then
|
||||
if arg1 == "MiddleButton" then
|
||||
AtlasLootOptions_Toggle();
|
||||
end
|
||||
</OnMouseUp>
|
||||
|
||||
Reference in New Issue
Block a user