add magriders to websockert
This commit is contained in:
parent
871edfc96f
commit
d1ab9ae173
2 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@ const vehicles_hashmap = async () => {
|
|||
"chimera",
|
||||
"javelin",
|
||||
"corsair",
|
||||
"magrider",
|
||||
];
|
||||
|
||||
const matcher = new RegExp(`\\b${relevantVehicles.join("|")}\\b`, "i");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue