put point limit back to normal
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ func (config ClientConfig) Valid() bool {
|
||||
}
|
||||
|
||||
// allowing for 50 pts in every category
|
||||
if total > 1000 {
|
||||
if total > 500 {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user