Hotfix - entity add
This commit is contained in:
@@ -88,7 +88,6 @@ public class AkarinUserCache {
|
||||
ProfileLookupCallback callbackHandler = new ProfileLookupCallback() {
|
||||
@Override
|
||||
public void onProfileLookupSucceeded(GameProfile gameprofile) {
|
||||
LOGGER.warn("Failed to lookup player {}, using local UUID.", gameprofile.getName());
|
||||
if (async)
|
||||
callback.onProfileLookupSucceeded(gameprofile);
|
||||
else
|
||||
|
||||
@@ -1155,7 +1155,7 @@ public abstract class World implements IEntityAccess, GeneratorAccess, IIBlockAc
|
||||
((IWorldAccess) this.v.get(i)).a(entity);
|
||||
}
|
||||
*/
|
||||
worldAccessor.b(entity);
|
||||
worldAccessor.a(entity);
|
||||
// Akarin end
|
||||
|
||||
entity.valid = true; // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user