fix: Simplifies expansion checks (#994)

This commit is contained in:
Kamron Batman 2022-04-12 20:52:53 -07:00 committed by GitHub
parent f91ebe8183
commit de0bf03f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 26 deletions

View file

@ -149,7 +149,6 @@ public static class OutgoingAccountPackets
if (ns.Account.Limit >= 6)
{
flags |= FeatureFlags.LiveAccount;
flags &= ~FeatureFlags.UOTD;
if (ns.Account.Limit > 6)
{