Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tsssu authored Apr 24, 2024
1 parent 06e3529 commit d625fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ extern "C" void OnModPreLoad()
//__pathback(tmp);
//setenv("EXTERNAL_STORAGE", tmp, 1);
snprintf(tmp, sizeof(tmp), "/storage/emulated/0/Android/media/ro.alyn_sampmobile.game/cleo");
__pathback(tmp)
__pathback(tmp);
setenv("EXTERNAL_STORAGE", tmp, 1);
mkdir(tmp, 0777);

Expand Down

0 comments on commit d625fe0

Please sign in to comment.