mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 21:27:49 +00:00
core, yuzu: Address first part of review comments
This commit is contained in:
parent
5776601ca7
commit
851ec302b1
9 changed files with 70 additions and 71 deletions
|
@ -10,7 +10,7 @@
|
|||
class Validation {
|
||||
public:
|
||||
Validation()
|
||||
: room_name(room_name_regex), nickname(nickname_regex), ip(ip_regex), port(0, 65535) {}
|
||||
: room_name(room_name_regex), nickname(nickname_regex), ip(ip_regex), port(0, UINT16_MAX) {}
|
||||
|
||||
~Validation() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue