Remove instantBullets
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ debugSelectCreatureList cid u =
|
||||
|
||||
|
||||
debugList :: (Functor f, ToJSON a) => String -> f a -> f [String]
|
||||
debugList str = fmap (([str] ++) . getPrettyShort )
|
||||
debugList str = fmap (([str] ++) . prettyShort )
|
||||
|
||||
|
||||
clickGetCreature :: Universe -> DebugInfo
|
||||
|
||||
Reference in New Issue
Block a user