Skip to content

Commit

Permalink
delete: System.out log
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX committed Dec 12, 2024
1 parent c050521 commit b789d81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/sculk/entity/HumanEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public String getNetworkTypeId()
protected EntitySizeInfo getInitialSizeInfo(){ return new EntitySizeInfo(1.8F, 0.6F, 1.62F); }

public void spawn(Player player) {
System.out.println("Spawn");
if (this != player){
if (!this.skin.isValid()) {
throw new IllegalStateException(this.getClass().getSimpleName() + " must have a valid skin set");
Expand Down

0 comments on commit b789d81

Please sign in to comment.