Fixed typo in Plugin Manager, fixed problems when you have multiple dependent events and you remove one

This commit is contained in:
Maruno17
2021-06-12 17:23:15 +01:00
parent c402b02861
commit 8dec89bb50
2 changed files with 5 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ module PluginManager
dep_version = dep[2]
optional = false
exact = false
case def_arg
case dep_arg
when :optional
optional = true
when :exact