Skip to content

Commit

Permalink
VITA: Prohibit exeuction of ParseClientCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Dec 3, 2023
1 parent c8f0ac9 commit e5a45a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,10 @@ void Key_Console (int key)
// for clientside cmds
if (cls.state == ca_connected)
{
#ifndef VITA
pr_global_struct->CMD_STRING = (key_lines[edit_line-1]+1 - pr_strings);
PR_ExecuteProgram (pr_global_struct->ParseClientCommand);
#endif // VITA
}
return;
case K_TAB:
Expand Down Expand Up @@ -549,7 +551,7 @@ void Key_Console (int key)
}
}


}

void Char_Console (int key)
Expand Down

0 comments on commit e5a45a1

Please sign in to comment.