mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
add CachingDirectory config setting to cache mods elsewhere
also moved cls/clear to the beginning, idk wtf it was doing in there.
This commit is contained in:
@@ -26,6 +26,14 @@ int main(int argc, char* argv[]) {
|
||||
th.detach();
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(_WIN32)
|
||||
system("cls");
|
||||
#elif defined(__linux__)
|
||||
system("clear");
|
||||
#endif
|
||||
|
||||
|
||||
GetEP(argv[0]);
|
||||
|
||||
for (int i = 0; i < argc; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user