Add explicit file extension to file check [skip ci]

This commit is contained in:
Akkadius 2020-07-04 01:58:02 -05:00
parent 6aad062e9a
commit 8e96232690

View File

@ -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";
}