forked from noxious/server
Changed default port, added comment, fix for using mikro-orm with typescript
This commit is contained in:
@ -34,6 +34,8 @@ export default class MapRequestEvent extends BaseEvent {
|
||||
|
||||
await mapRepository.getEntityManager().populate(map, mapRepository.POPULATE_MAP_EDITOR as any)
|
||||
|
||||
// Remove map.mapEventTiles.teleport.toMap and add map.mapEventTiles.teleport.toMapId
|
||||
|
||||
return callback(map)
|
||||
} catch (error: any) {
|
||||
this.logger.error('gm:map:request error', error.message)
|
||||
|
Reference in New Issue
Block a user