Преглед изворни кода

Merge branch 'master' of gitlab.com:Isleward/isleward

tags/v0.3.2
Big Bad Waffle пре 5 година
родитељ
комит
fe4d763d21
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/server/components/social.js

+ 1
- 1
src/server/components/social.js Прегледај датотеку

@@ -181,7 +181,7 @@ module.exports = {
if (msg.data.ignore)
return;

if (!profanities.isClean(messageString)) {
if (!msg.data.item && !profanities.isClean(messageString)) {
this.sendMessage('Profanities detected in message. Blocked.', 'color-redA');
return;
}


Loading…
Откажи
Сачувај