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