diff --git a/pkg/game/world.go b/pkg/game/world.go index 9a06445..66d388c 100644 --- a/pkg/game/world.go +++ b/pkg/game/world.go @@ -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":