Merge remote-tracking branch 'upstream/stable' into ed-29-10-2024-upstream
# Conflicts: # Content.Server/Chat/Managers/ChatSanitizationManager.cs # Content.Server/Temperature/Systems/TemperatureSystem.cs # Content.Shared/Localizations/ContentLocalizationManager.cs
This commit is contained in:
@@ -673,7 +673,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