Fix saving prefered quick store item locations (#32480)
this was just copypasted without any context wasn't it
This commit is contained in:
@@ -666,7 +666,7 @@ public abstract class SharedStorageSystem : EntitySystem
|
||||
|
||||
private void OnSaveItemLocation(StorageSaveItemLocationEvent msg, EntitySessionEventArgs args)
|
||||
{
|
||||
if (!ValidateInput(args, msg.Storage, msg.Item, out var player, out var storage, out var item, held: true))
|
||||
if (!ValidateInput(args, msg.Storage, msg.Item, out var player, out var storage, out var item))
|
||||
return;
|
||||
|
||||
SaveItemLocation(storage!, item.Owner);
|
||||
|
||||
Reference in New Issue
Block a user