mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Unreliable isn't exactly the problem
This commit is contained in:
parent
0c1fde81ad
commit
c9d603d1c3
1 changed files with 1 additions and 1 deletions
|
@ -1729,7 +1729,7 @@ void D_CheckNetGame (void)
|
||||||
v = Args->CheckValue("-netmode");
|
v = Args->CheckValue("-netmode");
|
||||||
if (v != NULL && (atoi(v) != 0))
|
if (v != NULL && (atoi(v) != 0))
|
||||||
{
|
{
|
||||||
Printf(TEXTCOLOR_YELLOW "Notice: Using PacketServer (netmode 1) over the internet is unreliable and is prone to running too slow on some internet configurations."
|
Printf(TEXTCOLOR_YELLOW "Notice: Using PacketServer (netmode 1) over the internet is prone to running too slow on some internet configurations."
|
||||||
"\nIf the game is running well below excpected speeds, use netmode 0 (P2P) instead.\n");
|
"\nIf the game is running well below excpected speeds, use netmode 0 (P2P) instead.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue