das macht jetzt auch stress
This commit is contained in:
@@ -122,7 +122,7 @@ namespace ReallifeGamemode.Server.Events
|
|||||||
msg = "!{02FCFF}** " + user.FactionRank?.RankName + " " + player.Name + " ist wieder online **";
|
msg = "!{02FCFF}** " + user.FactionRank?.RankName + " " + player.Name + " ist wieder online **";
|
||||||
}
|
}
|
||||||
|
|
||||||
ChatService.BroadcastFaction(msg, user.Faction);
|
ChatService.BroadcastFaction(msg, user?.Faction);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.Group != null)
|
if (user.Group != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user