You've already forked AstralRinth
forked from didirus/AstralRinth
fix: incorrect autocomplete for pardon_ip and ban_ip (#4763)
This commit is contained in:
@@ -341,7 +341,7 @@ const commandTree: any = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ban_ip: null,
|
'ban-ip': null,
|
||||||
banlist: {
|
banlist: {
|
||||||
ips: null,
|
ips: null,
|
||||||
players: null,
|
players: null,
|
||||||
@@ -470,7 +470,7 @@ const commandTree: any = {
|
|||||||
msg: null,
|
msg: null,
|
||||||
op: null,
|
op: null,
|
||||||
pardon: null,
|
pardon: null,
|
||||||
pardon_ip: null,
|
'pardon-ip': null,
|
||||||
particle: null,
|
particle: null,
|
||||||
playsound: null,
|
playsound: null,
|
||||||
recipe: {
|
recipe: {
|
||||||
|
|||||||
Reference in New Issue
Block a user