Skip to content
Snippets Groups Projects
Commit dc6af78a authored by kopareigns's avatar kopareigns
Browse files

Empty object if player isn't using it

parent 300243f7
No related branches found
No related tags found
1 merge request!2709Quick fix
...@@ -97,7 +97,7 @@ You should have received a copy of the GNU General Public License along with thi ...@@ -97,7 +97,7 @@ You should have received a copy of the GNU General Public License along with thi
<</if>> <</if>>
<</for>> <</for>>
<<set $genePool = ngUpdateGenePool($genePool)>> <<set $genePool = ngUpdateGenePool($genePool)>>
<<if ndef $missingTable>> <<if ndef $missingTable || $showMissingSlaves == 0>>
<<set $missingTable = {}>> <<set $missingTable = {}>>
<<else>> <<else>>
<<set $missingTable = ngUpdateMissingTable($missingTable)>> <<set $missingTable = ngUpdateMissingTable($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