various: upstream and version bump
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
object ProjectVersions {
|
object ProjectVersions {
|
||||||
const val launcherVersion = "2.2.0"
|
const val launcherVersion = "2.2.0"
|
||||||
const val rlVersion = "1.6.35"
|
const val rlVersion = "1.6.36"
|
||||||
|
|
||||||
const val openosrsVersion = "3.5.4"
|
const val openosrsVersion = "3.5.4"
|
||||||
|
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ class HiscoreResultBuilder
|
|||||||
hiscoreResult.setClueScrollElite(skills.get(index++));
|
hiscoreResult.setClueScrollElite(skills.get(index++));
|
||||||
hiscoreResult.setClueScrollMaster(skills.get(index++));
|
hiscoreResult.setClueScrollMaster(skills.get(index++));
|
||||||
hiscoreResult.setLastManStanding(skills.get(index++));
|
hiscoreResult.setLastManStanding(skills.get(index++));
|
||||||
|
hiscoreResult.setSoulWarsZeal(skills.get(index++));
|
||||||
// seasonal doesn't have boss hiscores
|
// seasonal doesn't have boss hiscores
|
||||||
if (index < skills.size())
|
if (index < skills.size())
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ class PluginListPanel extends PluginPanel
|
|||||||
private static final String RUNELITE_GROUP_NAME = RuneLiteConfig.class.getAnnotation(ConfigGroup.class).value();
|
private static final String RUNELITE_GROUP_NAME = RuneLiteConfig.class.getAnnotation(ConfigGroup.class).value();
|
||||||
private static final String PINNED_PLUGINS_CONFIG_KEY = "pinnedPlugins";
|
private static final String PINNED_PLUGINS_CONFIG_KEY = "pinnedPlugins";
|
||||||
private static final ImmutableList<String> CATEGORY_TAGS = ImmutableList.of(
|
private static final ImmutableList<String> CATEGORY_TAGS = ImmutableList.of(
|
||||||
|
"OpenOSRS",
|
||||||
"Combat",
|
"Combat",
|
||||||
"Chat",
|
"Chat",
|
||||||
"Item",
|
"Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user