samen kaufen und hanf -> joint

This commit is contained in:
hydrant
2021-05-24 00:04:55 +02:00
parent d72f7216cc
commit a49fcf09c7
11 changed files with 1126 additions and 788 deletions

View File

@@ -4,7 +4,8 @@ using System.Text;
using GTANetworkAPI;
using ReallifeGamemode.Database.Entities;
using ReallifeGamemode.Database.Models;
using ReallifeGamemode.Server.Services;
using ReallifeGamemode.Server.Extensions;
using ReallifeGamemode.Server.Util;
namespace ReallifeGamemode.Server.Inventory.Items
{
@@ -22,6 +23,7 @@ namespace ReallifeGamemode.Server.Inventory.Items
public override bool Use(Player player, User user, DatabaseContext databaseContext)
{
player.ToggleInventory(InventoryToggleOption.HIDE);
return true;
}
}