This commit is contained in:
Lukas Moungos
2019-09-12 23:40:33 +02:00
parent b6fa797a13
commit 6da9f19a79
2 changed files with 2 additions and 4 deletions

View File

@@ -12,10 +12,10 @@ namespace ReallifeGamemode.Server.Util
public static Dictionary<string, string> CustomJoinMessages = new Dictionary<string, string>
{
{ "murcel1337", "!{#1db992}Miesester !{#bfbc06}Projektleiter !{#008fff}ist !{#ff0082}da! !{#ff9900}(aviate)" },
{ "murcel1337", "Miesester Projektleiter ist da! (aviatge)" },
{ ".MichaPlays.", "Der Echte Ballas Leader ist online (MichaPlays)" },
{ "balboistderbeste", "Hurra! Hurra! Der Balbo ist jetzt da!" },
{ "Paaqo1337", "!{#00FFFB}Picasso is back!" }
{ "kookraoch", "Alkohol löst nachweislich Crêpes aus. (Siga der Echte)" }
};
public static string AdminLevelToString(AdminLevel lvl)