This commit is contained in:
2022-06-04 18:58:14 +03:00
parent 0b6b57cc84
commit e88d654da1
3 changed files with 9 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ namespace PluginManager
public static bool SetValue(string key, string value)
{
if (!ApplicationVariables.ContainsKey(key)) return false;
if (ConstantTokens.Contains(key)) return false;
ApplicationVariables[key] = value;
return true;