Skip to content

Commit

Permalink
Merge pull request #34 from LIWKK/patch-2
Browse files Browse the repository at this point in the history
Remove debug
  • Loading branch information
retrooper authored Sep 1, 2020
2 parents ce26035 + dd30876 commit 192851b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected void setup() {
try {
//ENTITY ID
this.entityId = Reflection.getField(velocityClass, int.class, 0).getInt(packet);
System.out.println("entity id: " + entityId);
//System.out.println("entity id: " + entityId);

int x = Reflection.getField(velocityClass, int.class, 1).getInt(packet);
int y = Reflection.getField(velocityClass, int.class, 2).getInt(packet);
Expand Down

0 comments on commit 192851b

Please sign in to comment.