Unstable 1.8.4.0
This commit is contained in:
@@ -556,7 +556,7 @@ namespace Barotrauma.Items.Components
|
||||
|
||||
if (spawnProduct || spawnSeed)
|
||||
{
|
||||
VineTile vine = Vines.GetRandomUnsynced();
|
||||
VineTile vine = Vines.GetRandomUnsynced()!;
|
||||
spawnPos = vine.GetWorldPosition(planter, slot.Offset);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user