init vars [skip ci]

This commit is contained in:
Akkadius
2019-07-11 01:23:55 -05:00
parent 7b808ee6e0
commit 949e7adff8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ int main(int argc, char** argv)
server.options.DumpOutPackets(server.config.GetVariableBool("general", "dump_packets_out", false));
server.options.RejectDuplicateServers(server.config.GetVariableBool("general", "reject_duplicate_servers", false));
server.options.AutoCreateAccounts(server.config.GetVariableBool("general", "auto_create_accounts", true));
server.options.AutoLinkAccounts(server.config.GetVariableBool("general", "auto_link_accounts", true));
server.options.AutoLinkAccounts(server.config.GetVariableBool("general", "auto_link_accounts", false));
#ifdef LSPX
server.options.EQEmuLoginServerAddress(