npm run format, improved a* and move event
This commit is contained in:
@ -20,7 +20,6 @@ export default function (socket: TSocket, io: Server) {
|
||||
const zone = await ZoneRepository.getById(character.zoneId)
|
||||
if (!zone) return
|
||||
|
||||
|
||||
callback(true)
|
||||
|
||||
io.to(zone.id.toString()).emit('chat:message', {
|
||||
|
Reference in New Issue
Block a user