fix drop wt package

This commit is contained in:
hydrant
2021-04-17 02:57:51 +02:00
parent 1a15cd4359
commit b810797024

View File

@@ -563,6 +563,7 @@ namespace ReallifeGamemode.Server.Managers
if (iItem is IWeaponDealItem obj)
{
player.ClearAttachments();
player.ClearAnimation();
dropPosition.Z -= 1.05f;
grndObject = NAPI.Object.CreateObject(3666746839, dropPosition, new Vector3(0, 0, r.Next(0, 360)), 255, 0);
}