fix nametag and blip color
This commit is contained in:
@@ -268,7 +268,11 @@ namespace ReallifeGamemode.Server.Extensions
|
|||||||
}
|
}
|
||||||
else if (user.Faction != null)
|
else if (user.Faction != null)
|
||||||
{
|
{
|
||||||
nameTagColor = user.FactionId.Value;
|
if(user.FactionId > 3 || (user.FactionId >= 1 && user.FactionId <= 3 && duty))
|
||||||
|
{
|
||||||
|
nameTagColor = user.FactionId.Value;
|
||||||
|
}
|
||||||
|
|
||||||
switch (user.FactionId)
|
switch (user.FactionId)
|
||||||
{
|
{
|
||||||
case 1 when duty:
|
case 1 when duty:
|
||||||
|
|||||||
Reference in New Issue
Block a user