mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Fixed stores in gui
This commit is contained in:
@@ -279,7 +279,7 @@ Gui.new_radiobutton('test-radiobutton-store')
|
||||
end)
|
||||
|
||||
local radiobutton_option_set =
|
||||
Gui.new_radiobutton_option_set('gui.test.share',function(value,category)
|
||||
Gui.new_radiobutton_option_set(function(value,category)
|
||||
game.print('Radiobutton option set for: '..category..' is now: '..tostring(value))
|
||||
end,Gui.categorize_by_player)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user