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

Fixes random on_gui_click issues

This commit is contained in:
Gerkiz 2019-08-14 15:19:18 +02:00 committed by GitHub
parent ec3d80b7e9
commit 827727fb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ function Token.set_global(token_id, var)
global.tokens[token_id] = var
end
local uid_counter = 0
local uid_counter = 100
function Token.uid()
uid_counter = uid_counter + 1