gameServer/Utils.hs
changeset 8401 87410ae372f6
parent 8396 5123eac2f9d6
child 8777 cce79a042cfc
equal deleted inserted replaced
8400:33ab77c0b486 8401:87410ae372f6
   132         n,
   132         n,
   133         Map.findWithDefault "+rnd+" "MAP" (mapParams r),
   133         Map.findWithDefault "+rnd+" "MAP" (mapParams r),
   134         head (Map.findWithDefault ["Default"] "SCHEME" (params r)),
   134         head (Map.findWithDefault ["Default"] "SCHEME" (params r)),
   135         head (Map.findWithDefault ["Default"] "AMMO" (params r))
   135         head (Map.findWithDefault ["Default"] "AMMO" (params r))
   136         ]
   136         ]
       
   137 
       
   138 loc :: B.ByteString -> B.ByteString
       
   139 loc = id