ActionBlocker CanEmote uses EntityUid exclusively
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Content.Server.Chat.Managers
|
||||
|
||||
public void EntityMe(IEntity source, string action)
|
||||
{
|
||||
if (!EntitySystem.Get<ActionBlockerSystem>().CanEmote(source))
|
||||
if (!EntitySystem.Get<ActionBlockerSystem>().CanEmote(source.Uid))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user