mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Missed config cause I'm totes not on gcc right now
This commit is contained in:
parent
290bcc5720
commit
a9ef83c597
@ -55,6 +55,7 @@ namespace EQEmu {
|
|||||||
EQ_EXCEPT("IPC Mutex", "Could not create mutex.");
|
EQ_EXCEPT("IPC Mutex", "Could not create mutex.");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
auto Config = EQEmuConfig::get();
|
||||||
std::string final_name = Config->SharedMemDir + name;
|
std::string final_name = Config->SharedMemDir + name;
|
||||||
final_name += ".lock";
|
final_name += ".lock";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user