fix(elimination_handler.cpp): break out of loop when condition is met
This commit is contained in:
parent
cf0c557a25
commit
77b7f08e35
@ -59,6 +59,7 @@ void elimination_handler::run_frame()
|
||||
{
|
||||
console::log("Removing server '%s' (%s) because it contains a bad name", server.name.data(), context.get_address().to_string().data());
|
||||
context.remove();
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user