generated from AriasCreations/vsmodtemplate
parent
403f18c020
commit
7120b4083a
3 changed files with 5 additions and 4 deletions
|
@ -50,6 +50,7 @@ namespace AriasServerUtils
|
|||
if (pPos == null)
|
||||
{
|
||||
ServerUtilities.SendMessageTo(isp, Lang.Get($"{ServerUtilities.MOD_ID}:rtp-fail"));
|
||||
return TextCommandResult.Success();
|
||||
}
|
||||
Vec2i origin = new((int)isp.Entity.Pos.X, (int)isp.Entity.Pos.Z);
|
||||
Vec2i npos = new(pPos.X, pPos.Z);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue