INVENTAR LOGS
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user