Update StackSystem to use Resolves. (#4664)
* Update StackSystem to use Resolves. * Compile
This commit is contained in:
committed by
GitHub
parent
ae2b70072f
commit
61d8852799
@@ -83,7 +83,7 @@ namespace Content.Server.Tiles
|
||||
|
||||
if (HasBaseTurf(currentTileDefinition, baseTurf.Name))
|
||||
{
|
||||
if (!EntitySystem.Get<StackSystem>().Use(Owner.Uid, stack, 1))
|
||||
if (!EntitySystem.Get<StackSystem>().Use(Owner.Uid, 1, stack))
|
||||
continue;
|
||||
|
||||
PlaceAt(mapGrid, location, currentTileDefinition.TileId);
|
||||
|
||||
Reference in New Issue
Block a user