1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-06 00:23:49 +02:00

Uppercase to lowercase

This commit is contained in:
Gerkiz 2019-07-08 20:03:57 +02:00 committed by GitHub
parent 042f3734be
commit 1f69e21f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ local Gui = require 'utils.gui'
local Global = require 'utils.global'
local Event = require 'utils.event'
local Game = require 'utils.game'
local Session = require 'utils.session_data'
local session = require 'utils.session_data'
local insert = table.insert