1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Added ANDROID_DIG as Unregister Reason

This commit is contained in:
Redemption 2018-01-03 16:26:43 +01:00 committed by GitHub
parent 1b1954d47d
commit ffc9de3f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,11 @@ public enum UnregisterReason {
/**
* A player breaks the block.
*/
PLAYER_BREAK
PLAYER_BREAK,
/**
* An android miner breaks the block.
*/
ANDROID_DIG
}