Skip to content

Commit eaf870b

Browse files
committed
fixup
1 parent 92b577b commit eaf870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splashcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ QString SplashController::updaterUrl() {
6262
}
6363

6464
QString SplashController::gameUrl() {
65-
if (latestUpdaterUrls_.empty()) {
65+
if (latestGameUrls_.empty()) {
6666
return "";
6767
}
6868

0 commit comments

Comments
 (0)