diff --git a/src/hottub/gs.clj b/src/hottub/gs.clj index 29ac7ec..37832ec 100644 --- a/src/hottub/gs.clj +++ b/src/hottub/gs.clj @@ -85,7 +85,7 @@ (q-id-in @*gamestate* indextype query)) (defn q-in [gs indextype query] - (for [id (q-id-in gs indextype query)] (entity id))) + (for [id (q-id-in gs indextype query)] (entity-in gs id))) (defn q [indextype query] (q-in @*gamestate* indextype query))