Add log for command execute

This commit is contained in:
Marc Di Luzio 2020-06-06 16:30:01 +01:00
parent c30339143b
commit b9df3833ed

View file

@ -235,6 +235,7 @@ func (w *World) ExecuteCommandQueues() {
// ExecuteCommand will execute a single command
func (w *World) ExecuteCommand(c *Command, rover uuid.UUID) (finished bool, err error) {
fmt.Printf("Executing command: %+v", *c)
switch c.Command {
case "move":