Skip to content

Commit 1cf53f4

Browse files
authored
command luapad fix
1 parent 6ae24f1 commit 1cf53f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/pac3/editor/client/panels/extra_properties.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ do -- script command
10061006

10071007
local editor = vgui.Create("pace_luapad", frame)
10081008
frame.luapad = editor
1009-
install_fontsize_buttons(frame, editor, true, self.CurrentKey)
1009+
install_fontsize_buttons(frame, editor, true, self.CurrentKey, self)
10101010
editor:Dock(FILL)
10111011

10121012
editor:SetText(part[self.CurrentKey])
@@ -1685,4 +1685,4 @@ do --projectile radius
16851685
end
16861686

16871687
pace.RegisterPanel(PANEL)
1688-
end
1688+
end

0 commit comments

Comments
 (0)