Bunch more error fixes.

This commit is contained in:
Vera Aguilera Puerto
2021-12-04 12:59:44 +01:00
parent 151778a1b9
commit 2ff16a580b
31 changed files with 120 additions and 151 deletions

View File

@@ -110,7 +110,7 @@ namespace Content.Shared.Item
/// <summary>
/// If a player can pick up this item.
/// </summary>
public bool CanPickup(IEntity user, bool popup = true)
public bool CanPickup(EntityUid user, bool popup = true)
{
if (!EntitySystem.Get<ActionBlockerSystem>().CanPickup(user))
return false;