1
0
forked from noxious/server

Added socketManager and moved logic into it where appropiate

This commit is contained in:
2024-12-29 02:35:50 +01:00
parent cb6fcbcb8e
commit ce073a67af
6 changed files with 97 additions and 70 deletions

View File

@ -27,7 +27,7 @@ class CharacterService extends BaseService {
const grid = await zone?.getGrid()
if (!grid?.length) {
this.logger.error('character:move error: Grid not found or empty')
this.logger.error('zone:character:move error: Grid not found or empty')
return null
}