mixins: checkstyle
This commit is contained in:
@@ -24,10 +24,8 @@
|
|||||||
*/
|
*/
|
||||||
package net.runelite.api;
|
package net.runelite.api;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import net.runelite.api.hooks.DrawCallbacks;
|
import net.runelite.api.hooks.DrawCallbacks;
|
||||||
import java.awt.Canvas;
|
import java.awt.Canvas;
|
||||||
import net.runelite.api.hooks.DrawCallbacks;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents the client game engine.
|
* Represents the client game engine.
|
||||||
|
|||||||
@@ -1977,7 +1977,6 @@ public abstract class RSClientMixin implements RSClient
|
|||||||
client.setPcmSampleLength(var0);
|
client.setPcmSampleLength(var0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// this exists because the original got inlined
|
|
||||||
@Inject
|
@Inject
|
||||||
@Override
|
@Override
|
||||||
public void setOutdatedScript(String outdatedScript)
|
public void setOutdatedScript(String outdatedScript)
|
||||||
@@ -1985,8 +1984,7 @@ public abstract class RSClientMixin implements RSClient
|
|||||||
if (!outdatedScripts.contains(outdatedScript))
|
if (!outdatedScripts.contains(outdatedScript))
|
||||||
outdatedScripts.add(outdatedScript);
|
outdatedScripts.add(outdatedScript);
|
||||||
}
|
}
|
||||||
|
|
||||||
// this exists because the original got inlined
|
|
||||||
@Inject
|
@Inject
|
||||||
@Override
|
@Override
|
||||||
public List<String> getOutdatedScripts()
|
public List<String> getOutdatedScripts()
|
||||||
|
|||||||
Reference in New Issue
Block a user