Skip to content

Commit

Permalink
SERVER: sync with ezquake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bolsunov committed Oct 22, 2023
1 parent 2a44534 commit 5a85888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pr2_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ intptr_t PR2_GameSystemCalls(intptr_t *args) {
localcmd (string)
================= */
Cbuf_AddText(VMA(1));
Cbuf_AddTextEx(&cbuf_server, VMA(1));
return 0;
case G_CVAR:
return PASSFLOAT(Cvar_Value(VMA(1)));
Expand Down

0 comments on commit 5a85888

Please sign in to comment.