saltysystems / overworld

Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
20 stars 3 forks source link

Fix startup, change default ports #18

Closed cmdrk closed 11 months ago

cmdrk commented 11 months 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.