important changes

This commit is contained in:
aviate
2019-09-15 20:53:28 +02:00
parent 3091ca62e2
commit b145a33d37
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ namespace ReallifeGamemode.Server.Events
if (GlobalHelper.CustomJoinMessages.ContainsKey(player.SocialClubName)) 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)) } else if (user.IsAdmin(AdminLevel.TEAM))
{ {
ChatService.BroadcastAdmin("!{#FFFF00}*** " + user.Name +"(ID: " + player.Handle.Value + ")" + " hat sich als " + user.AdminLevel.GetName() + " eingeloggt!", AdminLevel.TEAM); ChatService.BroadcastAdmin("!{#FFFF00}*** " + user.Name +"(ID: " + player.Handle.Value + ")" + " hat sich als " + user.AdminLevel.GetName() + " eingeloggt!", AdminLevel.TEAM);

View File

@@ -14,9 +14,9 @@ namespace ReallifeGamemode.Server.Util
{ {
{ "murcel1337", "I'll remember you all in therapy. (aviate)" }, { "murcel1337", "I'll remember you all in therapy. (aviate)" },
{ ".MichaPlays.", "Der Echte Ballas Leader ist online (MichaPlays)" }, { ".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)" }, { "Roachkook", "Niemand, nicht einmal deine Mutter möchte so etwas sehen. (Siga)" },
{ "Paaqo1337", "Picasso is back!" } { "Paaqo1337", "Picasso is back! (Paaqo)" }
}; };
} }
} }