Flip [skip ci]

This commit is contained in:
Akkadius 2019-12-30 20:18:44 -06:00
parent d71afda954
commit 9a08b1be93

View File

@ -1624,7 +1624,7 @@ void EntityList::QueueCloseClients(
if ((!ignore_sender || client != sender) && (client != skipped_mob)) {
if (DistanceSquared(client->GetPosition(), sender->GetPosition()) <= distance_squared) {
if (DistanceSquared(client->GetPosition(), sender->GetPosition()) >= distance_squared) {
continue;
}