mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
fix to pass tests
This commit is contained in:
+1
-4
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user