diff options
Diffstat (limited to 'src/client/cl_ui.c')
-rw-r--r-- | src/client/cl_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_ui.c b/src/client/cl_ui.c index ef53ebd8..6b748cf7 100644 --- a/src/client/cl_ui.c +++ b/src/client/cl_ui.c @@ -1095,7 +1095,7 @@ void CL_InitUI( void ) { uivm = VM_Create( "ui", CL_UISystemCalls, interpret ); if ( !uivm ) { Com_Printf( "Failed to find a valid UI vm. The following paths were searched:\n" ); - Cmd_ExecuteString( "path/\n" ); + Cmd_ExecuteString( "path /\n" ); Com_Error( ERR_FATAL, "VM_Create on UI failed" ); } |