1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

fixed wrong poke button updating

This commit is contained in:
grilledham 2018-06-30 16:58:31 +01:00
parent 13f797e006
commit 85de06e218

View File

@ -696,7 +696,7 @@ Gui.on_click(
if sorted_column == poke_name_heading_name then
redraw_cells(frame_data)
else
local poke_button = poke_bottons[p.index]
local poke_button = poke_bottons[poke_player_index]
poke_button.caption = count
end
end