Skip to content

Commit

Permalink
i swear to god
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Mar 24, 2024
1 parent b287631 commit 1101a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int attempts;
int jumps = 0;
int fps = -1;

$execute {
$on_mod(Loaded) {
auto path = (Mod::get()->getResourcesDir() / "default.txt").string();
std::ifstream file(path);
std::string str;
Expand Down

0 comments on commit 1101a9c

Please sign in to comment.