add in-game chat & update gui post-runnables timing & fix panel elements removal

This commit is contained in:
MihailRis
2025-01-18 07:17:52 +03:00
parent 731c72da7c
commit c6951e0965
11 changed files with 100 additions and 7 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ function RadioGroup:__call(elements, onset, default)
elements=elements,
callback=onset,
current=nil
}, {__index=RadioGroup})
}, {__index=self})
group:set(default)
return group
end