mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-12 00:18:37 +00:00
[Hotfix] Adjust return for perl release check
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user