mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-06 21:27:16 +00:00
Added WorldUDP Port
This commit is contained in:
+2
-2
@@ -337,8 +337,8 @@ int main(int argc, char **argv)
|
||||
);
|
||||
|
||||
WorldBoot::CheckForPossibleConfigurationIssues();
|
||||
|
||||
EQStreamManagerInterfaceOptions opts(9000, false, false);
|
||||
|
||||
EQStreamManagerInterfaceOptions opts(Config->WorldUDPPort, false, false);
|
||||
opts.daybreak_options.resend_delay_ms = RuleI(Network, ResendDelayBaseMS);
|
||||
opts.daybreak_options.resend_delay_factor = RuleR(Network, ResendDelayFactor);
|
||||
opts.daybreak_options.resend_delay_min = RuleI(Network, ResendDelayMinMS);
|
||||
|
||||
Reference in New Issue
Block a user