location heading

This commit is contained in:
hydrant
2019-09-29 22:32:06 +02:00
parent 6a23f6ef59
commit 05ee31dbd1
6 changed files with 1366 additions and 1 deletions

View File

@@ -1905,6 +1905,7 @@ namespace ReallifeGamemode.Server.Commands
X = player.Position.X,
Y = player.Position.Y,
Z = player.Position.Z,
Heading = player.Heading
});
dbContext.SaveChanges();