Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 1e26f49

Browse files
Azn2000Explv
authored andcommitted
RuneScapeSection inconsistents configID (#7)
Changed the Value 1042 with the configID Preventing future errors
1 parent e9b8a9e commit 1e26f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/RuneScapeGuideSection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private void setDisplayName() {
109109
}
110110
}
111111
default:
112-
Sleep.sleepUntil(() -> getConfigs().get(1042) != configValue, 1200);
112+
Sleep.sleepUntil(() -> getConfigs().get(configID) != configValue, 1200);
113113
}
114114
}
115115

0 commit comments

Comments
 (0)