fix offline mode initialization for solo play
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m38s
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m38s
This commit is contained in:
@@ -113,7 +113,6 @@ func (g *Game) spawnOfflineChunk(atX float64) {
|
||||
var pool []string
|
||||
for id := range g.world.ChunkLibrary {
|
||||
if id != "start" {
|
||||
pool = append(pool)
|
||||
pool = append(pool, id)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user