Global
This commit is contained in:
@@ -179,9 +179,7 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
var itemID = JsonConvert.DeserializeObject<int>(jsonItemID);
|
var itemID = JsonConvert.DeserializeObject<int>(jsonItemID);
|
||||||
var itemAmount = JsonConvert.DeserializeObject<int>(jsonItemAmount);
|
var itemAmount = JsonConvert.DeserializeObject<int>(jsonItemAmount);
|
||||||
var vehAmount = JsonConvert.DeserializeObject<int>(jsonVehAmount);
|
var vehAmount = JsonConvert.DeserializeObject<int>(jsonVehAmount);
|
||||||
Console.WriteLine("HIER LENNART ->>>>, " + origin);
|
|
||||||
var user = client.GetUser();
|
var user = client.GetUser();
|
||||||
Console.WriteLine("HIER LENNART ->>>>, " + origin);
|
|
||||||
using (var context = new DatabaseContext())
|
using (var context = new DatabaseContext())
|
||||||
{
|
{
|
||||||
if (origin[0] == 1)
|
if (origin[0] == 1)
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ 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", "!{#1db992}Miesester !{#bfbc06}Projektleiter !{#008fff}ist !{#ff0082}da! !{#ff9900}(aviate)" },
|
{ "murcel1337", "Miesester Projektleiter ist da! (aviatge)" },
|
||||||
{ ".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!" },
|
||||||
{ "Paaqo1337", "!{#00FFFB}Picasso is back!" }
|
{ "kookraoch", "Alkohol löst nachweislich Crêpes aus. (Siga der Echte)" }
|
||||||
};
|
};
|
||||||
|
|
||||||
public static string AdminLevelToString(AdminLevel lvl)
|
public static string AdminLevelToString(AdminLevel lvl)
|
||||||
|
|||||||
Reference in New Issue
Block a user