diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 9206d261..52fa7f6b 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -90,7 +90,7 @@ namespace ReallifeGamemode.Server.Commands } else { - factionName = "[ADMIN]"; + factionName = "ADMIN"; } var logEntry = new GangChatLogEntry() @@ -170,7 +170,7 @@ namespace ReallifeGamemode.Server.Commands } else { - factionName = "[ADMIN]"; + factionName = "ADMIN"; } var logEntry = new DepartmentChatLogEntry()