superhp / cts-contest

0 stars 2 forks source link

Make score of solution 0 only if the player was cheating #64

Open jurgiskg opened 5 years ago

jurgiskg commented 5 years ago

In the database, table Solutions, column Score should only have value 0 if the player was cheating (e.g. one of the developers edited the entry directly in database). In all other cases, it should show the actual points of the task.

jurgiskg commented 5 years ago

Looks like this is working as expected. Couldn't reproduce.