mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-21 21:52:07 +02:00
changed unblockables
This commit is contained in:
parent
7eef805395
commit
eeaf33c4d2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export function getCommand(name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function blacklistCommands(commands) {
|
export function blacklistCommands(commands) {
|
||||||
const unblockable = ['!stop', '!stats', '!goal', '!endGoal', '!endConversation'];
|
const unblockable = ['!stop', '!stats', '!inventory', '!goal'];
|
||||||
for (let command_name of commands) {
|
for (let command_name of commands) {
|
||||||
if (unblockable.includes(command_name)){
|
if (unblockable.includes(command_name)){
|
||||||
console.warn(`Command ${command_name} is unblockable`);
|
console.warn(`Command ${command_name} is unblockable`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue