added 2 sets to the packsim

This commit is contained in:
Magesofthebeach
2020-02-29 18:04:18 -05:00
committed by GitHub
parent db17882aae
commit bedad3e876

View File

@@ -40,7 +40,7 @@ export default class PackSimulator extends React.Component {
let i = 1;
for (const set in API.sets) {
setsInput.push(<option key={i++} value={set}>{API.sets[set]}</option>);
if (i>9) break;
if (i>11) break;
}
return (<div className="packsim">