Update ShulkerTrait.java

This commit is contained in:
fullwall 2018-04-03 10:50:36 +08:00 committed by GitHub
parent a8ec654753
commit 09666bfb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,5 +45,6 @@ public class ShulkerTrait extends Trait {
public void setPeek(int peek) {
this.peek = peek;
lastPeekSet = -1;
}
}