mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
fixed a bug where a dynamic item would not get saved/loaded at all
This commit is contained in:
@@ -63,7 +63,7 @@ object VDUtil {
|
||||
if (diskSpecVersion != specversion)
|
||||
throw RuntimeException("Unsupported disk format version: current internal version is $specversion; the file's version is $diskSpecVersion")
|
||||
|
||||
val vdisk = VirtualDisk(diskSize, diskName)
|
||||
val vdisk = VirtualDisk(diskSize, diskName, infile)
|
||||
|
||||
vdisk.__internalSetFooter__(footers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user