De-scope, remove rover speed
This commit is contained in:
parent
a84709564c
commit
db3c2c2c2e
9 changed files with 51 additions and 86 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue