mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-21 08:04:18 -05:00
added 2 sets to the packsim
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user