mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 06:05:15 -04:00
Revert "game: cleanup gk's CLI documentation" (#2306)
Reverts open-goal/jak-project#2189 can't figure out how to use the new options yet
This commit is contained in:
@@ -129,7 +129,6 @@ std::optional<std::string> try_get_jak_project_path() {
|
||||
|
||||
std::optional<fs::path> try_get_data_dir() {
|
||||
fs::path my_path = get_current_executable_path();
|
||||
lg::info("Current executable directory - {}", my_path.string());
|
||||
auto data_dir = my_path.parent_path() / "data";
|
||||
if (fs::exists(data_dir) && fs::is_directory(data_dir)) {
|
||||
return std::make_optional(data_dir);
|
||||
|
||||
Reference in New Issue
Block a user