From 651029f7515fcba2c8a8492e019c8d30f01353a2 Mon Sep 17 00:00:00 2001 From: macniel Date: Sun, 5 Oct 2025 13:53:30 +0200 Subject: [PATCH] chore: emergency fix --- src/module/sheets/equipmentSheet.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/module/sheets/equipmentSheet.mjs b/src/module/sheets/equipmentSheet.mjs index 14f08ac7..c5179223 100644 --- a/src/module/sheets/equipmentSheet.mjs +++ b/src/module/sheets/equipmentSheet.mjs @@ -102,8 +102,6 @@ export class AusruestungSheet extends ItemSheet { evt.currentTarget.value = ""; }) - // Everything below here is only needed if the sheet is editable - if (!this.isEditable) } }