Predict entitystorage (#14082)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Content.Shared.Placeable
|
||||
|
||||
public void SetPlaceable(EntityUid uid, bool isPlaceable, PlaceableSurfaceComponent? surface = null)
|
||||
{
|
||||
if (!Resolve(uid, ref surface))
|
||||
if (!Resolve(uid, ref surface, false))
|
||||
return;
|
||||
|
||||
surface.IsPlaceable = isPlaceable;
|
||||
|
||||
Reference in New Issue
Block a user