changed globalhelper

This commit is contained in:
aviate
2019-09-13 00:08:48 +02:00
parent 6da9f19a79
commit cab0cf0abc

View File

@@ -12,10 +12,11 @@ namespace ReallifeGamemode.Server.Util
public static Dictionary<string, string> CustomJoinMessages = new Dictionary<string, string> public static Dictionary<string, string> CustomJoinMessages = new Dictionary<string, string>
{ {
{ "murcel1337", "Miesester Projektleiter ist da! (aviatge)" }, { "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!" },
{ "kookraoch", "Alkohol löst nachweislich Crêpes aus. (Siga der Echte)" } { "Roachkook", "Niemand, nicht einmal dein Mutter möchte so etwas sehen. (Siga)" },
{ "Paaqo1337", "Picasso is back!" }
}; };
public static string AdminLevelToString(AdminLevel lvl) public static string AdminLevelToString(AdminLevel lvl)