mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
fix to pass tests
This commit is contained in:
parent
5cd052458a
commit
455223df1c
@ -34,10 +34,7 @@
|
||||
const EQEmuConfig *Config;
|
||||
|
||||
int main() {
|
||||
if(!EQEmuConfig::LoadConfig()) {
|
||||
std::cout << "Problem loading configuration." << std::endl;
|
||||
return 1;
|
||||
}
|
||||
auto ConfigLoadResult = EQEmuConfig::LoadConfig();
|
||||
Config = EQEmuConfig::get();
|
||||
try {
|
||||
std::ofstream outfile("test_output.txt");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user