From cab0cf0abcd25db8cbfe71d7d93edd53d33c68c1 Mon Sep 17 00:00:00 2001 From: aviate Date: Fri, 13 Sep 2019 00:08:48 +0200 Subject: [PATCH] changed globalhelper --- ReallifeGamemode.Server/Util/GlobalHelper.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Util/GlobalHelper.cs b/ReallifeGamemode.Server/Util/GlobalHelper.cs index 8d1e5501..42bfea3d 100644 --- a/ReallifeGamemode.Server/Util/GlobalHelper.cs +++ b/ReallifeGamemode.Server/Util/GlobalHelper.cs @@ -12,10 +12,11 @@ namespace ReallifeGamemode.Server.Util public static Dictionary CustomJoinMessages = new Dictionary { - { "murcel1337", "Miesester Projektleiter ist da! (aviatge)" }, + { "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!" }, - { "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)