Skip to content

Commit b2f67bf

Browse files
committed
removed comment
1 parent 242991b commit b2f67bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/configs/config.statistics.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type StatFactors struct {
2020
}
2121

2222
func (s *Statistics) Validate() {
23-
// Validate base stats are reasonable (minimum 1)
2423
if s.BaseStats.Strength < 1 {
2524
s.BaseStats.Strength = 1
2625
}

0 commit comments

Comments
 (0)