Explorar o código

chore: set the fallback model ratio to 30

JustSong %!s(int64=2) %!d(string=hai) anos
pai
achega
24a4b323eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/model-ratio.go

+ 1 - 1
common/model-ratio.go

@@ -54,7 +54,7 @@ func GetModelRatio(name string) float64 {
 	ratio, ok := ModelRatio[name]
 	if !ok {
 		SysError("Model ratio not found: " + name)
-		return 1
+		return 30
 	}
 	return ratio
 }