Skip to content
Snippets Groups Projects
Commit ca397a81 authored by svornost's avatar svornost
Browse files

Remove extraneous spaces

parent 2e1892a0
No related branches found
No related tags found
1 merge request!6395Small Fixes
......@@ -33,7 +33,7 @@ App.Utils.buildHeroArray = function() {
hero--;
continue;
}
if (V.heroSlavesPurchased .includes(array[hero].ID)) {
if (V.heroSlavesPurchased.includes(array[hero].ID)) {
array.splice(hero, 1);
hero--;
continue;
......
......@@ -89,7 +89,7 @@
<</if>>
<<if $specialSlave == 1>>
<<run $heroSlavesPurchased .push($heroSlaveID)>>
<<run $heroSlavesPurchased.push($heroSlaveID)>>
<<unset $heroSlaveID>>
<<set $specialSlave = 0>>
<</if>>
......
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