mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 21:45:12 +00:00
Briefly forgot how IP addresses worked
This commit is contained in:
parent
0b3f363130
commit
7757a69145
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static bool djui_panel_join_ip_parse_numbers(char** msg) {
|
|||
}
|
||||
}
|
||||
|
||||
return num >= 0 && num <= 127;
|
||||
return num >= 0 && num <= 255;
|
||||
}
|
||||
|
||||
static bool djui_panel_join_ip_parse_period(char** msg) {
|
||||
|
|
Loading…
Reference in a new issue