|
|
@@ -176,7 +176,7 @@ func criteriaHandler(w http.ResponseWriter, r *http.Request) { |
|
|
|
} |
|
|
|
// if criteria matches, send new entry to leadercraft-s |
|
|
|
entry := NewEntryJSON{ |
|
|
|
Score: realCriteria.Score(reqCriteria), |
|
|
|
Score: reqCriteria.Score(realCriteria), |
|
|
|
PlayerID: reqCriteria.PlayerID, |
|
|
|
BoardID: realCriteria.GameID, |
|
|
|
Password: password, |
|
|
|