Change address and mitm_name to 256

This commit is contained in:
twinaphex 2020-09-16 17:16:23 +02:00
parent 1123042f20
commit 9858a72937

View File

@ -79,8 +79,8 @@ struct netplay_room
char frontend [256];
char coreversion [256];
char gamename [256];
char address [2048];
char mitm_address [2048];
char address [256];
char mitm_address [256];
bool has_password;
bool has_spectate_password;
bool lan;