INVENTAR LOGS

This commit is contained in:
hydrant
2021-06-01 23:37:24 +02:00
parent f076f9084a
commit 3b59731bd5
2 changed files with 8 additions and 1 deletions

View File

@@ -628,7 +628,7 @@ namespace ReallifeGamemode.Server.Managers
if (iItem is IDroppableItem usableItemObj2)
{
logger.LogInformation("Player {0} dropped the item {1} ({2})", player.Name, iItem.Name, iItem.Id);
logger.LogInformation("Player {0} dropped the item {1} ({2}, amount: {3})", player.Name, iItem.Name, iItem.Id, amount);
Vector3 dropPosition = PlayerExtension.GetPositionFromPlayer(player, 0.6f, 0);
//new Vector3(player.Position.X, player.Position.Y, player.Position.Z - 0.8f);
Random r = new Random();