npm updated, fixed saving PvP settings for zones
This commit is contained in:
@ -42,6 +42,11 @@ export const useZoneEditorStore = defineStore('zoneEditor', {
|
||||
this.zone.height = height
|
||||
}
|
||||
},
|
||||
setZonePvp(pvp: boolean) {
|
||||
if (this.zone) {
|
||||
this.zone.pvp = pvp
|
||||
}
|
||||
},
|
||||
setTool(tool: string) {
|
||||
this.tool = tool
|
||||
},
|
||||
|
Reference in New Issue
Block a user