1
0
forked from noxious/server

#154: Remove tiles, event tiles, and objects that are out of the zone's width and height before saving zone

This commit is contained in:
2024-11-14 23:46:26 +01:00
parent 821e742527
commit fda8cc532e
2 changed files with 21 additions and 10 deletions

View File

@ -30,7 +30,6 @@ export default class CharacterDeleteEvent {
this.socket.emit('character:list', characters)
} catch (error: any) {
console.log(error)
return this.socket.emit('notification', { message: 'Character delete failed. Please try again.' })
}
}