bumped network version and main version, lots of test work and some stability improvements
This commit is contained in:
parent
e77d422fc2
commit
572e29f5d5
24 changed files with 243 additions and 33 deletions
|
@ -72,7 +72,7 @@ def block_exec(event, info):
|
|||
if info[0].co_filename.endswith(source):
|
||||
return
|
||||
|
||||
if home + 'plugins/' in info[0].co_filename:
|
||||
if 'plugins/' in info[0].co_filename:
|
||||
return
|
||||
|
||||
logger.warn('POSSIBLE EXPLOIT DETECTED, SEE LOGS', terminal=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue