Added WorldUDP Port

This commit is contained in:
Xackery
2022-12-30 08:28:06 -08:00
parent 2218f46b5b
commit 0c6ec2117a
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -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);