forked from noxious/server
map editor
This commit is contained in:
@ -23,7 +23,7 @@ export default class TileUpdateEvent extends BaseEvent {
|
||||
if (!tile) return callback(false)
|
||||
|
||||
await tile.setName(data.name).setTags(data.tags).save()
|
||||
|
||||
|
||||
return callback(true)
|
||||
} catch (error) {
|
||||
return callback(false)
|
||||
|
Reference in New Issue
Block a user