typo
This commit is contained in:
@@ -62,10 +62,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
if (target.Id == player.Id)
|
if (target.Id == player.Id)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Vector3 front = player.GetInFrontOfPosition();
|
target.SetInFrontOf(player);
|
||||||
front.Z = player.Position.Z;
|
|
||||||
|
|
||||||
target.Position = front;
|
|
||||||
target.Heading = player.Heading;
|
target.Heading = player.Heading;
|
||||||
|
|
||||||
if (!target.HasAnimation("Cuffed"))
|
if (!target.HasAnimation("Cuffed"))
|
||||||
|
|||||||
Reference in New Issue
Block a user