Skip to content

Commit

Permalink
fix: make allForms false by default for usability
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 7, 2024
1 parent 3bdc1dd commit cff0e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/services/api/Poracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class PoracleAPI {
gym_id: null,
byDistance: false,
allMoves: true,
allForms: true,
allForms: false,
everything_individually:
this.everythingFlagPermissions ===
'allow-and-always-individually' ||
Expand Down Expand Up @@ -1088,7 +1088,7 @@ class PoracleAPI {
amount: 0,
form: 0,
byDistance: false,
allForms: true,
allForms: false,
},
ui: {
general: {
Expand Down Expand Up @@ -1152,7 +1152,7 @@ class PoracleAPI {
min_spawn_avg: 0,
form: 0,
byDistance: false,
allForms: true,
allForms: false,
},
ui: {
general: {
Expand Down

0 comments on commit cff0e23

Please sign in to comment.