mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Remove word filtering of expressions via command
When used as a command, eg. `/bob` or `/e bob`, the word filters are disabled.
This commit is contained in:
committed by
Eliot Partridge
parent
829fa3c957
commit
a761dfaa8e
@@ -121,7 +121,7 @@ export const createSay =
|
||||
}
|
||||
}
|
||||
} else {
|
||||
const expression = parseExpression(text.substr(1));
|
||||
const expression = parseExpression(text.substr(1), true);
|
||||
|
||||
if (expression) {
|
||||
setEntityExpression(client.pony, expression);
|
||||
|
||||
Reference in New Issue
Block a user