Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed May 24, 2017
1 parent 546854c commit b4dbaa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/src/su/xash/xash3d/LauncherActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ else if(modSpinner.getSelectedItemPosition() == 1)
}
else
{
fullPath = fullPath.replace("parabot", "hl-test");
fullPath = fullPath.replace("parabot", "hl.test");
if(!checkLibraryExistence(fullPath, "", false))
fullPath = fullPath.replace("hl-test", "hl");
fullPath = fullPath.replace("hl.test", "hl");
gamedir = "valve";
}

Expand Down

0 comments on commit b4dbaa1

Please sign in to comment.