Global
This commit is contained in:
@@ -179,9 +179,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
var itemID = JsonConvert.DeserializeObject<int>(jsonItemID);
|
||||
var itemAmount = JsonConvert.DeserializeObject<int>(jsonItemAmount);
|
||||
var vehAmount = JsonConvert.DeserializeObject<int>(jsonVehAmount);
|
||||
Console.WriteLine("HIER LENNART ->>>>, " + origin);
|
||||
var user = client.GetUser();
|
||||
Console.WriteLine("HIER LENNART ->>>>, " + origin);
|
||||
using (var context = new DatabaseContext())
|
||||
{
|
||||
if (origin[0] == 1)
|
||||
|
||||
Reference in New Issue
Block a user