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;
|
const EQEmuConfig *Config;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
if(!EQEmuConfig::LoadConfig()) {
|
auto ConfigLoadResult = EQEmuConfig::LoadConfig();
|
||||||
std::cout << "Problem loading configuration." << std::endl;
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
Config = EQEmuConfig::get();
|
Config = EQEmuConfig::get();
|
||||||
try {
|
try {
|
||||||
std::ofstream outfile("test_output.txt");
|
std::ofstream outfile("test_output.txt");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user