Skip to content

Commit

Permalink
Update proxy.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu7867 committed Sep 1, 2024
1 parent bb66a11 commit 4f8176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pac3/core/client/parts/proxy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ local function set(self, part, x, y, z, children)
container = property_pnl.middle
property_pnl.middle.used_by_proxy = true
local num = y or x or 0
property_pnl.left:SetValue(math.Round(tonumber(num),4))
property_pnl.middle:SetValue(math.Round(tonumber(num),4))
container:SetTooltip("LOCKED: Used by proxy:\n"..self:GetName().."\n\n" .. math_description)
end
if self.using_z then
Expand Down

0 comments on commit 4f8176a

Please sign in to comment.