Fix being able to do most verbs from within a container (#1613)
* Fix being able to do most verbs from within a container * Fix missing container check when using global verbs
This commit is contained in:
@@ -4,6 +4,7 @@ using Robust.Server.Interfaces.Player;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Interfaces.GameObjects;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.Localization;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.GameObjects.EntitySystems.Click
|
||||
@@ -19,7 +20,7 @@ namespace Content.Server.GameObjects.EntitySystems.Click
|
||||
static ExamineSystem()
|
||||
{
|
||||
_entityNotFoundMessage = new FormattedMessage();
|
||||
_entityNotFoundMessage.AddText("That entity doesn't exist");
|
||||
_entityNotFoundMessage.AddText(Loc.GetString("That entity doesn't exist"));
|
||||
}
|
||||
|
||||
public override void Initialize()
|
||||
|
||||
Reference in New Issue
Block a user