Skip to content

Commit 5057bd0

Browse files
Fix linter complaint
1 parent d2b1518 commit 5057bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/vgui/pa_move_button.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function MOVE_BUTTON:Think()
4747
self:SetText(self.OldText)
4848
self.OldText = nil
4949
end
50-
50+
5151
if IsValid(PrecisionAlign.ActiveEnt) and self:GetDisabled() then
5252
self:SetDisabled(false)
5353
elseif not IsValid(PrecisionAlign.ActiveEnt) and not self:GetDisabled() then

0 commit comments

Comments
 (0)