Better detection for file changes when reloading
- Added file_deleted message
This commit is contained in:
parent
c2049503a7
commit
518ee782da
3 changed files with 24 additions and 13 deletions
|
|
@ -9,7 +9,7 @@ public enum Result {
|
|||
ALREADY_LOADED,
|
||||
ALREADY_ENABLED,
|
||||
ALREADY_DISABLED,
|
||||
FILE_CHANGED,
|
||||
FILE_DELETED,
|
||||
INVALID_DESCRIPTION,
|
||||
INVALID_PLUGIN,
|
||||
UNKNOWN_DEPENDENCY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue