Fixes another NPE (#311)

Bumps release version
This commit is contained in:
Kamron Batman 2020-11-15 12:30:59 -08:00 committed by GitHub
parent 525cda5413
commit 0ec30e22d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ namespace Server.Network
{
get
{
if (m_Expansion != null)
if (m_Expansion == null)
{
for (var i = ExpansionInfo.Table.Length - 1; i >= 0; i--)
{