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