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:
parent
62c39e5dfc
commit
eaf4216e01
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user