1
0
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:
grilledham 2019-03-08 14:36:28 +00:00
parent 3486cda7c4
commit 34f6e04a84
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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