Asay for Meaty Ores
This commit is contained in:
@@ -10,6 +10,7 @@ using Content.Server.Station.Components;
|
||||
using Content.Server.Station.Systems;
|
||||
using Content.Server.UtkaIntegration;
|
||||
using Content.Shared.ActionBlocker;
|
||||
using Content.Shared.Administration;
|
||||
using Content.Shared.CCVar;
|
||||
using Content.Shared.Chat;
|
||||
using Content.Shared.Database;
|
||||
@@ -605,7 +606,7 @@ public sealed partial class ChatSystem : SharedChatSystem
|
||||
{
|
||||
var name = FormattedMessage.EscapeText(Identity.Name(source, EntityManager));
|
||||
|
||||
if (_adminManager.IsAdmin(player))
|
||||
if (_adminManager.HasAdminFlag(player, AdminFlags.Admin))
|
||||
{
|
||||
if (!AdminLoocEnabled)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user