gameServer/Consts.hs
author sheepluva
Fri, 07 Jun 2013 16:35:48 +0200
branch0.9.19
changeset 9124 955a90b88865
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix issue #664 ("Quick game will fail if the randomly chosen theme is a DLC/custom one")

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"