This commit is contained in:
Anna 2022-09-04 17:10:03 -04:00
parent 2fb417f853
commit d648d1264f
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ internal class MessageWithTerritory {
X = message.X,
Y = message.Y,
Z = message.Z,
Yaw = message.Yaw,
Text = message.Text,
PositiveVotes = message.PositiveVotes,
NegativeVotes = message.NegativeVotes,

View File

@ -174,6 +174,7 @@ internal class Write : ITab {
X = player.Position.X,
Y = player.Position.Y,
Z = player.Position.Z,
Yaw = player.Rotation,
Text = actualText,
NegativeVotes = 0,
PositiveVotes = 0,