Skip to content

Commit

Permalink
Fixes for Classical Crowded.
Browse files Browse the repository at this point in the history
  • Loading branch information
tttppp committed Feb 13, 2024
1 parent 7218343 commit f883ff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/zond/enmime v0.6.1
github.com/zond/go-fcm v0.1.0
github.com/zond/goaeoas v0.1.10
github.com/zond/godip v0.5.0
github.com/zond/godip v0.5.1
golang.org/x/crypto v0.1.0
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ github.com/zond/go-fcm v0.1.0 h1:RyT5uTjW1TESB3Vw6HfcAMMI6pJ+E2NuR7zPiNmiado=
github.com/zond/go-fcm v0.1.0/go.mod h1:R7RptOebtamEGi1Aw9rUpYaugf0UR7Wur0UbtO/07OI=
github.com/zond/goaeoas v0.1.10 h1:IjGJRzpw2aVj56j9lEJnk5lhyu4jqBQKucA+26eyXmE=
github.com/zond/goaeoas v0.1.10/go.mod h1:PSb4WTE4g+9+oFLuDiEHReuP42A6+dAlIeS7mrB1gxI=
github.com/zond/godip v0.5.0 h1:chyUarUW7FUKItQxkqB21R+De8wmUoknlmyoOeAuuno=
github.com/zond/godip v0.5.0/go.mod h1:wmbPxr4nyQ87BDh3/wiEUCYj2lTTp/OK7p88gRDMjuM=
github.com/zond/godip v0.5.1 h1:OmEt+Mp1APbXYoM7vyL2O2cyW+WlscRReL3kqiB+ZKI=
github.com/zond/godip v0.5.1/go.mod h1:wmbPxr4nyQ87BDh3/wiEUCYj2lTTp/OK7p88gRDMjuM=
github.com/zond/replace v0.0.0-20180415193355-5a1dc330b27e/go.mod h1:J7mWP0y029F6sVX7sUb472GkhlBSg1u1W2T0yzU/HKg=
go.opencensus.io v0.21.0 h1:mU6zScU4U1YAFPHEHYk+3JC4SY7JxgkqS10ZOSyksNg=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
Expand Down
2 changes: 2 additions & 0 deletions variants/variants.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/zond/godip"
"github.com/zond/godip/variants"
"github.com/zond/godip/variants/chaos"
"github.com/zond/godip/variants/classicalcrowded"
"github.com/zond/godip/variants/empiresandcoalitions"
"github.com/zond/godip/variants/europe1939"
"github.com/zond/godip/variants/hundred"
Expand All @@ -35,6 +36,7 @@ var (
// (And used when testing, by artificially forcing API level 0.)
LaunchSchedule = map[string]int{
threekingdoms.ThreeKingdomsVariant.Name: 9,
classicalcrowded.ClassicalCrowdedVariant.Name: 8,
year1908.Year1908Variant.Name: 8,
empiresandcoalitions.EmpiresAndCoalitionsVariant.Name: 8,
europe1939.Europe1939Variant.Name: 7,
Expand Down

0 comments on commit f883ff3

Please sign in to comment.