Skip to content

Commit 84bbe74

Browse files
committed
xrGame: fix copy-paste
1 parent 4f57ece commit 84bbe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/xrServer_Connect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ xrServer::EConnect xrServer::Connect(shared_str& session_name, GameDescriptionDa
5050

5151
// Parse game type
5252
string1024 type;
53-
R_ASSERT2(xr_strlen(options) <= sizeof(type), "session_name too BIIIGGG!!!");
53+
R_ASSERT2(xr_strlen(options) <= sizeof(type), "options too BIIIGGG!!!");
5454
xr_strcpy(type, options);
5555
if (strchr(type, '/'))
5656
*strchr(type, '/') = 0;

0 commit comments

Comments
 (0)