mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Fix multiroute
This commit is contained in:
@@ -84,7 +84,6 @@ export function register() {
|
|||||||
|
|
||||||
const MultiRoute = (method: string, handler: EPR | boolean) => {
|
const MultiRoute = (method: string, handler: EPR | boolean) => {
|
||||||
R.Route(`game.sv6_${method}`, handler);
|
R.Route(`game.sv6_${method}`, handler);
|
||||||
R.Route(`game.sv7_${method}`, handler);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user