Fix openVerifPopup function in cl_gui_link.lua

This commit is contained in:
Linventif 2024-02-10 01:01:25 +01:00
parent 74dbccbc0b
commit b20e453e7e

View File

@ -62,6 +62,4 @@ function gmInte.openVerifPopup()
end
draw.RoundedBox(8, 0, 0, w, h, color)
end
end
gmInte.openVerifPopup()
end