mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 18:53:22 +08:00
Update _plugin.py
This commit is contained in:
parent
6002525af1
commit
691dfa8ab1
@ -278,7 +278,7 @@ class PluginSpec:
|
||||
if not self.loadable:
|
||||
return None
|
||||
try:
|
||||
cls = getclass(self.class_path, Plugin)
|
||||
cls = getclass(self.class_path, Plugin, True)
|
||||
except Exception as exc:
|
||||
_babase.getsimplesound('error').play()
|
||||
_babase.screenmessage(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user