Fix alert workspace redraw

This commit is contained in:
smok1e 2025-07-04 17:59:51 +03:00
parent e43df1885d
commit 3a70546482

View File

@ -1039,7 +1039,7 @@ function GUI.alert(...)
end
end
workspace:draw(true)
workspace:draw()
workspace:start()
end