Fixes unwanted break
This commit is contained in:
@@ -58,7 +58,6 @@ function parseCasualMessage(message) {
|
||||
if(casualMessages.hasOwnProperty(lang)) {
|
||||
currentKey = lang;
|
||||
}
|
||||
break;
|
||||
})
|
||||
|
||||
return currentKey;
|
||||
|
||||
Reference in New Issue
Block a user