More map editor work

This commit is contained in:
2025-01-04 23:15:18 +01:00
parent db7121a4fa
commit 46cfb61cf5
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ export default class MapListEvent extends BaseEvent {
const mapRepository = new MapRepository()
const maps = await mapRepository.getAll()
return callback(maps)
} catch (error: any) {
this.logger.error('gm:map:list error', error.message)