Skip to content

Commit

Permalink
feat: remove an useless method override
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Mar 30, 2024
1 parent 245dcb9 commit 85d69e3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
import org.cloudburstmc.protocol.bedrock.data.entity.EntityFlag;
import org.cloudburstmc.protocol.bedrock.packet.*;
import org.joml.primitives.AABBf;
import org.joml.primitives.AABBfc;

import java.util.Collections;
import java.util.List;
Expand Down Expand Up @@ -110,11 +109,6 @@ public EntityPlayerBaseComponentImpl(EntityInitInfo<EntityPlayer> info) {
super(info);
}

@Override
public AABBfc getAABB() {
return new AABBf(-0.3f, 0.0f, -0.3f, 0.3f, 1.8f, 0.3f);
}

@EventHandler
protected void onPlayerLoggedIn(PlayerLoggedInEvent event) {
var loginData = networkComponent.getLoginData();
Expand Down

0 comments on commit 85d69e3

Please sign in to comment.