mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 15:07:16 +00:00
logger.LoadLogSettings() added after each platform executable registry
Added int return for platform executable
This commit is contained in:
@@ -10,3 +10,6 @@ const EQEmuExePlatform& GetExecutablePlatform() {
|
||||
return exe_platform;
|
||||
}
|
||||
|
||||
int GetExecutablePlatformInt(){
|
||||
return exe_platform;
|
||||
}
|
||||
Reference in New Issue
Block a user