mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
d33fb147bc
CNetClient and CNetServer are constructed for a single match. The password of a game can not be changed after creating the match. When the password is passed to the constructor it's not possible to invoke the functions in the wrong order and the `ENSURE` can be "checked at compile-time" so to say.