Fix openVerifPopup function

This commit is contained in:
Linventif 2024-02-09 23:00:07 +01:00
parent d525675e4f
commit 92635144b5

View File

@ -47,6 +47,4 @@ function gmInte.openVerifPopup()
end
button:SetSize(buttonGrid:GetColWide(), buttonGrid:GetRowHeight())
buttonGrid:AddItem(button)
end
gmInte.openVerifPopup()
end