1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-20 05:11:20 +02:00

Add web editor deletion cause

This commit is contained in:
Luck
2021-03-01 10:16:21 +00:00
parent ca65e2175d
commit 89894353b6
2 changed files with 8 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ public enum DeletionCause {
*/
COMMAND,
/**
* The deletion was caused by the web editor
* @since 5.3
*/
WEB_EDITOR,
/**
* The deletion was caused by an API call
*/