Removed versions from requires

This commit is contained in:
Cooldude2606
2018-12-09 16:23:35 +00:00
parent 56ad7f987c
commit 85efbd5cf8
58 changed files with 236 additions and 236 deletions

View File

@@ -6,7 +6,7 @@
--- This is a submodule of ExpGamingCore.Gui but for ldoc reasons it is under its own module
-- @function _comment
local Game = require('FactorioStdLib.Game@^0.8.0')
local Game = require('FactorioStdLib.Game')
local Gui = Gui -- this is to force gui to remain in the ENV
local mod_gui = require("mod-gui")