add missing return

This commit is contained in:
m 2025-04-14 22:29:39 -05:00
parent 7264a995c1
commit 64dbdba3f2

View File

@ -219,6 +219,7 @@ namespace rcon
if (!has_redirected_)
{
network::send(redirect_target_, "print", "", '\n');
return;
}
clear_redirect();