Skip to content

Commit 722514c

Browse files
committed
Disable cloaker guard by default.
1 parent 0df33a9 commit 722514c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaUI/Widgets/unit_cloaker_guard.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function widget:GetInfo()
88
date = "9 Mar, 2009",
99
license = "GNU GPL, v2 or later",
1010
layer = 5,
11-
enabled = true -- loaded by default?
11+
enabled = false -- loaded by default?
1212
}
1313
end
1414

0 commit comments

Comments
 (0)