diff --git a/android/src/su/xash/xash3d/LauncherActivity.java b/android/src/su/xash/xash3d/LauncherActivity.java index 46d4a36..faa6925 100644 --- a/android/src/su/xash/xash3d/LauncherActivity.java +++ b/android/src/su/xash/xash3d/LauncherActivity.java @@ -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"; }