gameServer/Consts.hs
author unc0rr
Thu, 06 Jun 2013 00:28:30 +0400
changeset 9109 878f06e9c484
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Fix issue #521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested. - Fix a bunch of build warnings

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"