add missing return
This commit is contained in:
parent
7264a995c1
commit
64dbdba3f2
@ -219,6 +219,7 @@ namespace rcon
|
||||
if (!has_redirected_)
|
||||
{
|
||||
network::send(redirect_target_, "print", "", '\n');
|
||||
return;
|
||||
}
|
||||
|
||||
clear_redirect();
|
||||
|
Loading…
x
Reference in New Issue
Block a user