Minor comment tweaks

This commit is contained in:
2019-05-24 06:23:54 +10:00
parent c28f4f0fe2
commit 936fe9f2f5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ function validateEmail(email) {
return emailExpression.test(email);
}
let excluded = [ //errors that should not be logged
let excluded = [ //messages that should not be logged
'Not enough gold',
'Not enough recruits',
'Not enough soldiers',