mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
[Hotfix] Adjust return for perl release check
This commit is contained in:
parent
983cc1e82a
commit
1b15f16e3e
@ -456,9 +456,9 @@ 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("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");
|
LogError("Press any key to continue");
|
||||||
getchar();
|
getchar();
|
||||||
}
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Load Perl Event Export Settings */
|
/* Load Perl Event Export Settings */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user