Fixes getting random disconnect.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Game.Entities
|
||||
posX = x;
|
||||
posY = y;
|
||||
posZ = z;
|
||||
Orientation = o;
|
||||
Orientation = NormalizeOrientation(o);
|
||||
}
|
||||
|
||||
public Position(Vector3 vector)
|
||||
|
||||
Reference in New Issue
Block a user