1
0
forked from noxious/server

More small improvements

This commit is contained in:
2025-01-01 23:01:44 +01:00
parent e8ef160f2a
commit 0c77758351
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ export default class ChatMessageEvent extends BaseEvent {
return callback(false)
}
if (await ChatService.sendZoneMessage(character.id, zone.id, data.message)) {
if (await ChatService.sendZoneMessage(character.getId(), zone.getId(), data.message)) {
return callback(true)
}