mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Add explicit file extension to file check [skip ci]
This commit is contained in:
+1
-1
@@ -12827,7 +12827,7 @@ void command_hotfix(Client *c, const Seperator *sep)
|
||||
|
||||
#ifdef WIN32
|
||||
shared_memory_path = "shared_memory";
|
||||
if (file_exists("bin/shared_memory")) {
|
||||
if (file_exists("bin/shared_memory.exe")) {
|
||||
shared_memory_path = "bin/shared_memory";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user