fix(build): Attempt to fix possible nullable warnings as errors with releases (#418)
This commit is contained in:
parent
08f05afd01
commit
87764ca968
8 changed files with 23 additions and 11 deletions
|
|
@ -2411,6 +2411,7 @@ namespace Server
|
|||
m_PropertyList = null;
|
||||
}
|
||||
|
||||
#nullable enable
|
||||
public void InvalidateProperties()
|
||||
{
|
||||
if (!ObjectPropertyList.Enabled)
|
||||
|
|
@ -2445,6 +2446,7 @@ namespace Server
|
|||
ClearProperties();
|
||||
}
|
||||
}
|
||||
#nullable disable
|
||||
|
||||
public virtual int GetPacketFlags()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue