Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
X-com committed Jun 12, 2020
1 parent 2280220 commit 3484f5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions carpetmodSrc/carpet/patches/EntityPlayerMPFake.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,12 @@ public void onDeath(DamageSource cause)
}

private void logout() {
Thread.dumpStack();
this.dismountRidingEntity();
getServer().getPlayerList().playerLoggedOut(this);
removePlayerFromTeams(this);
}

public void despawn() {
Thread.dumpStack();
getServer().getPlayerList().playerLoggedOut(this);
removePlayerFromTeams(this);
}
Expand Down

0 comments on commit 3484f5f

Please sign in to comment.