InventoryData - chestOpenTime

Adds the variable to check when a player opens a chest
This commit is contained in:
CaptainObvious0 2019-03-31 16:37:04 -05:00 committed by GitHub
parent 62b35932b3
commit 70a745933c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class InventoryData extends ACheckData {
// General.
public long lastClickTime = 0;
public long chestOpenTime = 0;
// Data of the drop check.
public int dropCount;