important changes
This commit is contained in:
@@ -71,7 +71,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
|
||||
if (GlobalHelper.CustomJoinMessages.ContainsKey(player.SocialClubName))
|
||||
{
|
||||
ChatService.BroadcastAdmin("!{#FFFF00}*** " + GlobalHelper.CustomJoinMessages[player.SocialClubName] + " (" + user.AdminLevel.GetName() + ") [ID: " + player.Handle.Value + "]", AdminLevel.TEAM);
|
||||
ChatService.BroadcastAdmin("!{#FFFF00}*** " + GlobalHelper.CustomJoinMessages[player.SocialClubName] + " [ID: " + player.Handle.Value + "] (" + user.AdminLevel.GetName() + ")", AdminLevel.TEAM);
|
||||
} else if (user.IsAdmin(AdminLevel.TEAM))
|
||||
{
|
||||
ChatService.BroadcastAdmin("!{#FFFF00}*** " + user.Name +"(ID: " + player.Handle.Value + ")" + " hat sich als " + user.AdminLevel.GetName() + " eingeloggt!", AdminLevel.TEAM);
|
||||
|
||||
@@ -14,9 +14,9 @@ namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
{ "murcel1337", "I'll remember you all in therapy. (aviate)" },
|
||||
{ ".MichaPlays.", "Der Echte Ballas Leader ist online (MichaPlays)" },
|
||||
{ "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da!" },
|
||||
{ "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da! (balbo)" },
|
||||
{ "Roachkook", "Niemand, nicht einmal deine Mutter möchte so etwas sehen. (Siga)" },
|
||||
{ "Paaqo1337", "Picasso is back!" }
|
||||
{ "Paaqo1337", "Picasso is back! (Paaqo)" }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user