Update MoveToCarryMessage.cs

This commit is contained in:
JohnCorby 2022-02-04 16:24:19 -08:00
parent 7472eb6936
commit 9c4bf4de46

View File

@ -35,7 +35,7 @@ namespace QSB.ItemSync.Messages
player.AnimationSync.VisibleAnimator.SetTrigger("HoldScroll");
break;
case ItemType.WarpCore:
if ((WorldObject as QSBWarpCoreItem).IsVesselCoreType())
if (((QSBWarpCoreItem)WorldObject).IsVesselCoreType())
{
DebugLog.DebugWrite($"HOLD VESSEL CORE");
player.AnimationSync.VisibleAnimator.SetTrigger("HoldAdvWarpCore");