Skip to content

Commit

Permalink
[Hotfix] Adjust return for perl release check
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed May 26, 2024
1 parent 983cc1e commit 1b15f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zone/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ int main(int argc, char **argv)
LogError("Instructions can be referenced at https://github.com/Akkadius/akk-stack/blob/master/containers/eqemu-server/Dockerfile#L92-L106");
LogError("Press any key to continue");
getchar();
return 0;
}
return 0;
}
#endif

Expand Down

0 comments on commit 1b15f16

Please sign in to comment.