format if statements

This commit is contained in:
Spit
2026-07-02 08:48:32 +03:00
parent 37d86fc689
commit 836409583a
3 changed files with 357 additions and 368 deletions
+1 -1
View File
@@ -1889,7 +1889,7 @@
AtlasLootMinimapButton_OnClick(arg1);
</OnClick>
<OnMouseUp>
if ( arg1 == "MiddleButton" ) then
if arg1 == "MiddleButton" then
AtlasLootOptions_Toggle();
end
</OnMouseUp>