diff --git a/game-server/app.ts b/game-server/app.ts index fd253e0ae..b5e855b75 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -152,6 +152,7 @@ app.configure('production|development|local', function () { app.route('gm', routeUtil.gm); // filter configures + app.filter(new pinus.filters.time()); app.filter(new pinus.filters.timeout()); app.filter(checkEventFilter(app));