@@ -147,7 +147,7 @@
|
||||
@@ -394,7 +430,7 @@
|
||||
private EntitySection<T> currentSection;
|
||||
|
||||
a(EntityAccess entityaccess, long i, EntitySection entitysection) {
|
||||
a(final EntityAccess entityaccess, final long i, final EntitySection entitysection) {
|
||||
- this.entity = entityaccess;
|
||||
+ this.entity = (T) entityaccess; // CraftBukkit - decompile error
|
||||
this.currentSectionKey = i;
|
||||
|
||||
Reference in New Issue
Block a user