Skip to content

Commit

Permalink
Yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Dec 22, 2023
1 parent 094bbff commit 22b5733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/hud_watermark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int CHudWatermark::Draw(float time)


char filepath[260];
snprintf(filepath, sizeof(filepath), "zamnhlmp_dev/aura/version.txt");
snprintf(filepath, sizeof(filepath), "zamnhlmp/aura/version.txt");
FILE* file = fopen(filepath, "r");

if (file != NULL)
Expand Down

0 comments on commit 22b5733

Please sign in to comment.