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