5b451989308a

Whitespace.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 21 Jul 2011 18:23:11 -0400
parents 15fc94698c92
children 8ce0defe8afc
branches/tags (none)
files src/clojurecraft/core.clj

Changes

--- a/src/clojurecraft/core.clj	Thu Jul 07 09:39:30 2011 -0400
+++ b/src/clojurecraft/core.clj	Thu Jul 21 18:23:11 2011 -0400
@@ -61,7 +61,7 @@
                                 :y 85.0, :stance 60.0, :x -120.0}})
         world (ref {})
         bot {:connection conn, :outqueue outqueue, :player player, :world world,
-             :packet-counts-in (atom {}), :packet-counts-out(atom {})}]
+             :packet-counts-in (atom {}), :packet-counts-out (atom {})}]
 
     (println "connecting")
     (login bot)
@@ -88,8 +88,8 @@
 
 
 ; Scratch --------------------------------------------------------------------------
-(def bot (connect minecraft-local))
-(act/move bot 0 4 0)
+;(def bot (connect minecraft-local))
+;(act/move bot 4 0 2)
 ;(pprint @(:packet-counts-in bot))
 ;(pprint @(:packet-counts-out bot))
 ;(pprint (:player bot))