From c90f78df080a9891930ee346b0ad87498ba5b697 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 30 May 2021 23:00:41 -0700 Subject: Initial work on templates UI --- core/src/Entrypoint/main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/src/Entrypoint/main.cpp') diff --git a/core/src/Entrypoint/main.cpp b/core/src/Entrypoint/main.cpp index 2d0238e..152a1c8 100644 --- a/core/src/Entrypoint/main.cpp +++ b/core/src/Entrypoint/main.cpp @@ -156,11 +156,7 @@ int main(int argc, char* argv[]) GlobalStates::Init(); } else { fs::path path(dataDirOption); - if (fs::exists(path)) { - GlobalStates::Init(std::move(path)); - } else { - GlobalStates::Init(); - } + GlobalStates::Init(std::move(path)); } DEFER { -- cgit v1.2.3-70-g09d2