From 804123bd84f121daa79c4dcb5fec9bba42f30108 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 9 May 2022 21:52:02 +0200 Subject: [PATCH] Fix dedicated crash when sqstd_aux_printerror is engaged 'uiscript_reset' is hardcoded to be executed in the engine, and needs to be unregistered from the server to prevent it from doing anything --- r5dev/tier1/cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/r5dev/tier1/cmd.cpp b/r5dev/tier1/cmd.cpp index a7863cc9..e5529ab7 100644 --- a/r5dev/tier1/cmd.cpp +++ b/r5dev/tier1/cmd.cpp @@ -183,6 +183,7 @@ void ConCommand::PurgeShipped(void) const "bind_list_abilities", "bind_US_standard", "bind_held_US_standard", + "uiscript_reset", "unbind", "unbind_US_standard", "unbindall",