forked from noxious/server
Added socketManager and moved logic into it where appropiate
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user