Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 committed Jun 20, 2024
1 parent d8e9918 commit 14cec8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void onShoot(WeaponShootEvent e){
Field f = clazz.getDeclaredField("size");
f.setAccessible(true);
f.set(pj, new EntitySize((float) data.projectileSizeXZ, (float) data.projectileSizeY, false));
e.getPlayer().sendMessage(pj.getHeight() + "");
pj.setPosition(pj.locX(), pj.locY(), pj.locZ());
}catch (Exception ex){
ex.printStackTrace();
}
Expand Down

0 comments on commit 14cec8c

Please sign in to comment.