We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f57ece commit 84bbe74Copy full SHA for 84bbe74
src/xrGame/xrServer_Connect.cpp
@@ -50,7 +50,7 @@ xrServer::EConnect xrServer::Connect(shared_str& session_name, GameDescriptionDa
50
51
// Parse game type
52
string1024 type;
53
- R_ASSERT2(xr_strlen(options) <= sizeof(type), "session_name too BIIIGGG!!!");
+ R_ASSERT2(xr_strlen(options) <= sizeof(type), "options too BIIIGGG!!!");
54
xr_strcpy(type, options);
55
if (strchr(type, '/'))
56
*strchr(type, '/') = 0;
0 commit comments