#W# Fixed serialization but with PlayerConstructed.
This commit is contained in:
parent
e6b60a799a
commit
1d5ccf99dc
3 changed files with 4 additions and 4 deletions
|
|
@ -714,7 +714,7 @@ namespace Server.Items
|
|||
m_Meditate = (AMA)(-1);
|
||||
|
||||
if ( GetSaveFlag( flags, SaveFlag.PlayerConstructed ) )
|
||||
m_PlayerConstructed = true;
|
||||
m_PlayerConstructed = reader.ReadBool();
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue