File tree 3 files changed +4
-12
lines changed
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { Repository } from 'typeorm';
14
14
import { InjectRepository } from '@nestjs/typeorm' ;
15
15
import { ReplayEntity } from 'gameserver/model/replay.entity' ;
16
16
import { GameServerEntity } from 'gameserver/model/game-server.entity' ;
17
+ import { PlayerNotLoadedEvent } from 'gateway/events/bans/player-not-loaded.event' ;
17
18
18
19
@Injectable ( )
19
20
export class AppService {
@@ -53,7 +54,8 @@ export class AppService {
53
54
MatchFinishedEvent ,
54
55
ServerActualizationRequestedEvent ,
55
56
KillServerRequestedEvent ,
56
- BanSystemEvent
57
+ BanSystemEvent ,
58
+ PlayerNotLoadedEvent
57
59
] ;
58
60
59
61
this . ebus
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { InjectRepository } from '@nestjs/typeorm';
5
5
import { PlayerCrimeLogEntity } from 'gameserver/model/player-crime-log.entity' ;
6
6
import { Repository } from 'typeorm' ;
7
7
import { MatchEntity } from 'gameserver/model/match.entity' ;
8
- import { PlayerNotLoadedEvent } from 'gameserver/event /player-not-loaded.event' ;
8
+ import { PlayerNotLoadedEvent } from 'gateway/events/bans /player-not-loaded.event' ;
9
9
10
10
@CommandHandler ( SaveMatchFailedCommand )
11
11
export class SaveMatchFailedHandler
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments