Fix checkstyle
This commit is contained in:
@@ -1899,7 +1899,7 @@ public abstract class RSClientMixin implements RSClient
|
|||||||
@FieldHook("camAngleDX")
|
@FieldHook("camAngleDX")
|
||||||
private static void onCamAngleDXChange(int index)
|
private static void onCamAngleDXChange(int index)
|
||||||
{
|
{
|
||||||
if(invertPitch && client.getMouseCurrentButton() == 4 && client.isMouseCam())
|
if (invertPitch && client.getMouseCurrentButton() == 4 && client.isMouseCam())
|
||||||
{
|
{
|
||||||
client.setCamAngleDX(-client.getCamAngleDX());
|
client.setCamAngleDX(-client.getCamAngleDX());
|
||||||
}
|
}
|
||||||
@@ -1909,7 +1909,7 @@ public abstract class RSClientMixin implements RSClient
|
|||||||
@FieldHook("camAngleDY")
|
@FieldHook("camAngleDY")
|
||||||
private static void onCamAngleDYChange(int index)
|
private static void onCamAngleDYChange(int index)
|
||||||
{
|
{
|
||||||
if(invertYaw && client.getMouseCurrentButton() == 4 && client.isMouseCam())
|
if (invertYaw && client.getMouseCurrentButton() == 4 && client.isMouseCam())
|
||||||
{
|
{
|
||||||
client.setCamAngleDY(-client.getCamAngleDY());
|
client.setCamAngleDY(-client.getCamAngleDY());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,8 +384,6 @@ public interface RSClient extends RSGameShell, Client
|
|||||||
@Import("mouseCam")
|
@Import("mouseCam")
|
||||||
boolean isMouseCam();
|
boolean isMouseCam();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Import("camAngleDX")
|
@Import("camAngleDX")
|
||||||
int getCamAngleDX();
|
int getCamAngleDX();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user