mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Add explicit file extension to file check [skip ci]
This commit is contained in:
parent
6aad062e9a
commit
8e96232690
@ -12827,7 +12827,7 @@ void command_hotfix(Client *c, const Seperator *sep)
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
shared_memory_path = "shared_memory";
|
shared_memory_path = "shared_memory";
|
||||||
if (file_exists("bin/shared_memory")) {
|
if (file_exists("bin/shared_memory.exe")) {
|
||||||
shared_memory_path = "bin/shared_memory";
|
shared_memory_path = "bin/shared_memory";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user