Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2020-04-18 23:38:58 +02:00
32 changed files with 812 additions and 280 deletions

View File

@@ -1930,5 +1930,12 @@ public abstract class RSClientMixin implements RSClient
{
invertYaw = state;
}
@Inject
@Override
public void stopNow()
{
setStopTimeMs(1);
}
}