Update from upstream SpigotMC

66af3b310e0
a969bf6c85d
95d56229d8f
87c1d0c8b7c
baf01cc7f84
38b8866783d [M]
This commit is contained in:
Zach Brown
2014-12-02 00:02:15 -06:00
parent 9cb520d8f1
commit 2bb64147b6
4 changed files with 47 additions and 21 deletions

View File

@@ -71,11 +71,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ if ( i < 0 )
+ {
+ ++i;
+ this.setAge( i );
+ this.setAgeRaw( i );
+ } else if ( i > 0 )
+ {
+ --i;
+ this.setAge( i );
+ this.setAgeRaw( i );
+ }
+ }
+ }