clear animation when drop wt item

This commit is contained in:
hydrant
2021-04-17 02:52:59 +02:00
parent f944aaa3e0
commit 1a15cd4359

View File

@@ -153,6 +153,8 @@ namespace ReallifeGamemode.Server.Events
TextLabel grndTxtLbl = NAPI.TextLabel.CreateTextLabel(iItem.Name + " ~s~(~y~" + amount + "~s~)", textPos, 5, 0.5f, 4, new Color(255, 255, 255), false, 0);
GroundItem.AddGroundItem(grndItem, grndObject, grndTxtLbl);
player.ClearAnimation();
dbContext.Remove(item);
}