1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

gui update fix

This commit is contained in:
MewMew 2019-09-27 17:34:33 +02:00
parent 491d0b89a4
commit d22a269d06

View File

@ -110,6 +110,7 @@ local function on_player_left_game(event)
if not global.difficulty_player_votes[player.name] then return end
global.difficulty_player_votes[player.name] = nil
set_difficulty()
difficulty_gui()
end
local function on_gui_click(event)