fix: Fixes infinite loop in PlantItem GetProperties (#1329)
This commit is contained in:
parent
a0d5f132b4
commit
0b4c73a8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ namespace Server.Engines.Plants
|
|||
if (m_PlantStatus < PlantStatus.Seed)
|
||||
{
|
||||
// Clients above 7.0.12.0 use the regular PropertyList
|
||||
if (list != OldClientPropertyList)
|
||||
if (list != _oldClientPropertyList)
|
||||
{
|
||||
// a ~1_val~ of ~2_val~ dirt
|
||||
list.Add(1060830, $"{container:#}\t{dirt:#}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue