fix /ga + /d
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user