gameServer/Consts.hs
author nemo
Mon, 05 Sep 2011 16:20:35 -0400
changeset 5789 7643cbb88f09
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"