typo
This commit is contained in:
@@ -496,7 +496,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
InventoryManager.RemoveUserItem(user, userCannabisItem, CANNABIS_NEEDED_FOR_JOINT);
|
||||
InventoryManager.AddItemToInventory(player, jointItem.Id, 1);
|
||||
|
||||
player.SendNotification($"Du hast{CANNABIS_NEEDED_FOR_JOINT} Hanfblüten in einen Joint verarbeitet");
|
||||
player.SendNotification($"Du hast {CANNABIS_NEEDED_FOR_JOINT} Hanfblüten in einen Joint verarbeitet");
|
||||
|
||||
NAPI.ClientEvent.TriggerClientEventInRange(player.Position, 100.0f, "SERVER:Hanf_PlayManufacturerAnim", _manufacturerAnim);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user