Cleaned MouseLockedPlayerListener.java

This commit is contained in:
Norbi Peti 2016-04-07 09:15:44 +02:00
parent fef6b61c0b
commit 1838abf4fc

View file

@ -18,11 +18,6 @@ public class MouseLockerPlayerListener implements Listener
float yaw2 = e.getTo().getYaw(); float yaw2 = e.getTo().getYaw();
float pitch2 = e.getTo().getPitch(); float pitch2 = e.getTo().getPitch();
/*
* System.out.println("yaw: " + (yaw2 - yaw1) + " pitch: "
* + (pitch2 - pitch1));
*/
PluginMain.Instance.UpdateMouse(null, (int) (yaw2 - yaw1), PluginMain.Instance.UpdateMouse(null, (int) (yaw2 - yaw1),
(int) (pitch2 - pitch1), 0, 0, ""); (int) (pitch2 - pitch1), 0, 0, "");