1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

fixed typo in require statement in upgrade

This commit is contained in:
Aaron Veden 2021-12-16 08:10:19 -08:00
parent 62c39e5dfc
commit eaf4216e01
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
3 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,7 @@ local upgrade = {}
local constants = require("libs/Constants")
local chunkProcessor = require("libs/ChunkProcessor")
local mapUtils = require("libs/MapUtils")
local chunkPropertyUtils = require("libs/ChunkUtils")
local chunkPropertyUtils = require("libs/ChunkPropertyUtils")
local baseUtils = require("libs/BaseUtils")
-- constants

View File

@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: 15. 12. 2021
Bugfixes:
- Fixed typo in require import for upgrade on setChunkBase
---------------------------------------------------------------------------------------------------
Version: 2.0.2
Date: 15. 12. 2021

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "1.1",
"version" : "2.0.2",
"version" : "2.0.3",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",