changeset 8401 | 87410ae372f6 |
parent 8396 | 5123eac2f9d6 |
child 8777 | cce79a042cfc |
--- a/gameServer/Utils.hs Fri Jan 18 11:47:23 2013 +0100 +++ b/gameServer/Utils.hs Sat Jan 19 00:51:28 2013 +0400 @@ -134,3 +134,6 @@ head (Map.findWithDefault ["Default"] "SCHEME" (params r)), head (Map.findWithDefault ["Default"] "AMMO" (params r)) ] + +loc :: B.ByteString -> B.ByteString +loc = id