add magriders to websockert

This commit is contained in:
41666 2022-11-24 02:21:32 +00:00
parent 871edfc96f
commit d1ab9ae173
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@ const vehicles_hashmap = async () => {
"chimera",
"javelin",
"corsair",
"magrider",
];
const matcher = new RegExp(`\\b${relevantVehicles.join("|")}\\b`, "i");