Skip to content

Commit

Permalink
Merge pull request #9 from pedrotski/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the CollectionObjectHpRate variable failing to parse it
  • Loading branch information
QuintenQVD0 authored Aug 10, 2024
2 parents d126c00 + 27bafba commit 96b10f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// Version of the program
const Version = "v1.0.14"
const Version = "v1.0.15"

func main() {
fmt.Println("Program Version:", Version)
Expand Down Expand Up @@ -151,7 +151,7 @@ func main() {
"BuildObjectDamageRate": "Floating", //BuildObjectDamageRate=1.000000,
"BuildObjectDeteriorationDamageRate": "Floating", //BuildObjectDeteriorationDamageRate=1.000000,
"CollectionDropRate": "Floating", //CollectionDropRate=1.000000,
"CollectionObjectHPRate": "Floating", //CollectionObjectHpRate=1.000000,
"CollectionObjectHpRate": "Floating", //CollectionObjectHpRate=1.000000,
"CollectionObjectRespawnSpeedRate": "Floating", //CollectionObjectRespawnSpeedRate=1.000000,
"EnemyDropItemRate": "Floating", //EnemyDropItemRate=1.000000,
"DeathPenalty": "String", //DeathPenalty=All,
Expand Down

0 comments on commit 96b10f7

Please sign in to comment.