De-scope, remove rover speed

This commit is contained in:
Marc Di Luzio 2020-06-26 18:48:07 +01:00
parent a84709564c
commit db3c2c2c2e
9 changed files with 51 additions and 86 deletions

View file

@ -72,7 +72,6 @@ func (s *Server) Rover(ctx context.Context, req *rove.RoverRequest) (*rove.Rover
X: int32(pos.X),
Y: int32(pos.Y),
},
Speed: int32(attrib.Speed),
Range: int32(attrib.Range),
Capacity: int32(attrib.Capacity),
}