#W# Fixed serialization but with PlayerConstructed.

This commit is contained in:
WarrentyExpired 2026-07-14 08:36:08 -04:00
parent e6b60a799a
commit 1d5ccf99dc
3 changed files with 4 additions and 4 deletions

View file

@ -714,7 +714,7 @@ namespace Server.Items
m_Meditate = (AMA)(-1);
if ( GetSaveFlag( flags, SaveFlag.PlayerConstructed ) )
m_PlayerConstructed = true;
m_PlayerConstructed = reader.ReadBool();
break;
}