From b4dbaa1122606b97ad134fdf20d413139f45fe42 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Wed, 24 May 2017 23:48:05 +0500 Subject: [PATCH] Fix typo. --- android/src/su/xash/xash3d/LauncherActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }