mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
in preparation of new demoworld creation for future version
This commit is contained in:
@@ -51,7 +51,8 @@ object WriteSimpleWorld {
|
||||
|
||||
operator fun invoke(ingame: IngameInstance, world: SimpleGameWorld, actorsList: List<Actor>): String {
|
||||
val time_t = App.getTIME_T()
|
||||
val s = Common.jsoner.toJson(preWrite(ingame, time_t, world, actorsList))
|
||||
preWrite(ingame, time_t, world, actorsList)
|
||||
val s = Common.jsoner.toJson(world)
|
||||
return """{"genver":${Common.GENVER},${s.substring(1)}"""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user