diff --git a/source/in_ctr.c b/source/in_ctr.c index dff99bf..1dde12d 100644 --- a/source/in_ctr.c +++ b/source/in_ctr.c @@ -218,7 +218,5 @@ void IN_SwitchKeyboard(void) swkbdSetButton(&swkbd, SWKBD_BUTTON_RIGHT, "Send", true); button = swkbdInputText(&swkbd, console_buffer, sizeof(console_buffer)); - pglRestoreContext(); - Cbuf_AddText(va("%s\n", console_buffer)); } \ No newline at end of file