mini color adjustment

This commit is contained in:
2022-12-23 21:52:02 +02:00
parent 730b49a8bb
commit ab05618c45
5 changed files with 9 additions and 8 deletions

View File

@ -48,7 +48,7 @@ module Merged
def check_maths
key = params[:bot_fudder].to_i / 2
if( (2*key + 1).to_s != params[:challenge])
@errors[:challenge] = "Check the maths #{key.to_i} #{params[:challenge]}"
@errors[:challenge] = "Check the maths #{params[:challenge]}"
end
end