mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
also fix no notify for player_list, poll and tag_groups
This commit is contained in:
parent
3486cda7c4
commit
34f6e04a84
@ -663,7 +663,7 @@ Event.add(defines.events.on_player_left_game, player_left)
|
||||
|
||||
Gui.on_click(main_button_name, toggle)
|
||||
|
||||
Gui.on_click(
|
||||
Gui.on_checked_state_changed(
|
||||
notify_checkbox_name,
|
||||
function(event)
|
||||
local player_index = event.player_index
|
||||
|
@ -1112,7 +1112,7 @@ Gui.on_click(
|
||||
end
|
||||
)
|
||||
|
||||
Gui.on_click(
|
||||
Gui.on_checked_state_changed(
|
||||
notify_checkbox_name,
|
||||
function(event)
|
||||
local player_index = event.player_index
|
||||
|
@ -497,7 +497,7 @@ Gui.on_click(
|
||||
end
|
||||
)
|
||||
|
||||
Gui.on_click(
|
||||
Gui.on_checked_state_changed(
|
||||
notify_checkbox_name,
|
||||
function(event)
|
||||
local player_index = event.player_index
|
||||
|
Loading…
Reference in New Issue
Block a user