put point limit back to normal

This commit is contained in:
Fraser Graham 2013-11-11 20:31:33 -08:00
parent 674cda293f
commit 3f40fe4603
1 changed files with 1 additions and 1 deletions

View File

@ -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