fix /ga + /d

This commit is contained in:
Luke
2021-05-02 16:42:22 +00:00
parent 02fcb3067f
commit 36d067bc0f

View File

@@ -90,7 +90,7 @@ namespace ReallifeGamemode.Server.Commands
} }
else else
{ {
factionName = "[ADMIN]"; factionName = "ADMIN";
} }
var logEntry = new GangChatLogEntry() var logEntry = new GangChatLogEntry()
@@ -170,7 +170,7 @@ namespace ReallifeGamemode.Server.Commands
} }
else else
{ {
factionName = "[ADMIN]"; factionName = "ADMIN";
} }
var logEntry = new DepartmentChatLogEntry() var logEntry = new DepartmentChatLogEntry()