saltysystems / overworld

Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
22 stars 4 forks source link

Fix startup, change default ports #18

Closed cmdrk closed 1 year ago

cmdrk commented 1 year ago

This fixes the case where the default arguments of application start are usually []. It just discards that and makes it an empty map instead.

Also shifts the default ports down by 1, cosmetic change. I would like 4434 and 4484 to be the TLS and DTLS ports, eventually.