From 565773f6b3b53068c0b973ea34fa2e2003d84c82 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 5 Nov 2016 15:15:55 +0000 Subject: [PATCH] Fix typo --- src/gui/html/elements/loot-plugin-editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/html/elements/loot-plugin-editor.html b/src/gui/html/elements/loot-plugin-editor.html index b9064c5f..c8b4f1e9 100644 --- a/src/gui/html/elements/loot-plugin-editor.html +++ b/src/gui/html/elements/loot-plugin-editor.html @@ -292,7 +292,7 @@ loot-editor-close } if (this.$.globalPriorityValue.value !== oldData.globalPriority) { plugin.globalPriority = this.$.globalPriorityValue.value; - plugin.userlist.globalPriority = this.$.globalPriority.value; + plugin.userlist.globalPriority = this.$.globalPriorityValue.value; } plugin.userlist.enabled = this.$.enableEdits.checked;