mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Expansions] Expansion Deprecation Revert (#2312)
* [Expansions] Expansion Deprecation Revert * Add blank SQL for deprecate * Update version.h * Adjustments
This commit is contained in:
+2
-2
@@ -138,11 +138,11 @@ int main(int argc, char **argv)
|
||||
LogSys.LoadLogSettingsDefaults();
|
||||
set_exception_handler();
|
||||
|
||||
if (!WorldBoot::LoadServerConfig()) {
|
||||
if (WorldBoot::HandleCommandInput(argc, argv)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (WorldBoot::HandleCommandInput(argc, argv)) {
|
||||
if (!WorldBoot::LoadServerConfig()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user