Skip to content

Commit

Permalink
Update gameforge.go
Browse files Browse the repository at this point in the history
  • Loading branch information
YOLOP0wn authored Sep 27, 2022
1 parent 6d4e2c2 commit 7bd54ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wrapper/gameforge.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ type ServerData struct {
RepairFactor float64 `xml:"repairFactor"` // 0.7
NewbieProtectionLimit int64 `xml:"newbieProtectionLimit"` // 500000
NewbieProtectionHigh int64 `xml:"newbieProtectionHigh"` // 50000
TopScore int64 `xml:"topScore"` // 60259362 / 1.0363090034999E+17
TopScore float64 `xml:"topScore"` // 60259362 / 1.0363090034999E+17
BonusFields int64 `xml:"bonusFields"` // 30
DonutGalaxy bool `xml:"donutGalaxy"` // 1
DonutSystem bool `xml:"donutSystem"` // 1
Expand Down

0 comments on commit 7bd54ec

Please sign in to comment.