Fix typo in inventory component throw

This commit is contained in:
ShadowCommander
2021-07-26 00:04:47 -07:00
parent 4dcc384ded
commit 8661bdf3da

View File

@@ -460,7 +460,7 @@ namespace Content.Server.Inventory.Components
{
if (!HasSlot(slot))
{
throw new InvalidOperationException($"Slow '{slot}' does not exist.");
throw new InvalidOperationException($"Slot '{slot}' does not exist.");
}
ForceUnequip(slot);