Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LIWKK authored Sep 1, 2020
1 parent ce26035 commit dd30876
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 dd30876

Please sign in to comment.