I'm fucking dumb

This commit is contained in:
Maurice Heumann 2023-04-12 18:50:39 +02:00
parent c29d9e5806
commit e8dba61553

View File

@ -199,7 +199,7 @@ namespace auth
scheduler::once([t = target, p = std::move(final_packet)]
{
dispatch_connect_packet(t, p);
});
}, scheduler::server);
}
}
}