1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-27 22:38:18 +02:00

Mtn: Fix many bugs

This commit is contained in:
Gerkiz
2024-10-26 13:05:31 +02:00
parent 32cb1f0ff9
commit c74f3db7c4
14 changed files with 101 additions and 43 deletions

View File

@@ -64,9 +64,6 @@ local function on_gui_click(event)
if element.caption ~= '' then
return
end
if element.sprite ~= 'virtual-signal/signal-red' then
return
end
local rpg_t = Public.get_value_from_player(player.index)