From 88c27f7d2842fa749c73e5924ed21e9557aee27a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 28 Apr 2020 22:50:07 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index a16cf5d..8d2f7ae 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -166,6 +166,8 @@ namespace AyaNova.PlugIn.V8 try { Map.Clear(); + TagMap.Clear(); + //admin user (not exported but is there already) Map.Add(User.AdministratorID, 1); //not sure if this is a good idea or not because in some cases would want to know if something is unexpectedly empty but will see for now