gameServer/Consts.hs
author unc0rr
Fri, 16 Sep 2011 19:55:11 +0400
changeset 5931 184057074257
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
- Allow 8 teams in game on 0.9.16-dev - Move protocol version check from FOLLOW to JOIN_ROOM

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"