added keybinds
This commit is contained in:
@@ -220,6 +220,8 @@ void IConsole_Exec( int argc, char **argv)
|
||||
if (argc != 2)
|
||||
return;
|
||||
|
||||
V_printf("exec %s\n", argv[1]);
|
||||
|
||||
IFileHandle *f = filesystem->Open(argv[1], FILEMODE_READ);
|
||||
if (!f)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user