From 1b15f16e3eded8577d29e14c3bac8e9dbec982b8 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 26 May 2024 16:01:44 -0500 Subject: [PATCH] [Hotfix] Adjust return for perl release check --- zone/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/main.cpp b/zone/main.cpp index a34d75d74..a05af774a 100644 --- a/zone/main.cpp +++ b/zone/main.cpp @@ -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