Skip to content

Commit

Permalink
Remove redundant load
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Jun 11, 2021
1 parent 1cae4c7 commit f613c0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public OpenPlayer(CraftServer server, EntityPlayer entity) {

@Override
public void loadData() {
super.loadData();
// See CraftPlayer#loadData
NBTTagCompound loaded = this.server.getHandle().r.load(this.getHandle());
if (loaded != null) {
Expand Down

0 comments on commit f613c0a

Please sign in to comment.