Skip to content
Snippets Groups Projects
Commit a9fe749d authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Fix inefficient serialization of slaveIndices

Closes #1659

See merge request pregmodfan/fc-pregmod!6507
parents d749f922 74181a39
No related branches found
No related tags found
1 merge request!6507Fix inefficient serialization of slaveIndices
......@@ -12,7 +12,7 @@ App.Data.defaultGameStateVariables = {
releaseID: 0,
// Slaves
slaveIndices: [],
slaveIndices: {},
genePool: [],
geneMods: {NCS: 0, rapidCellGrowth: 0},
missingTable: {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment