gameServer/Consts.hs
author unc0rr
Mon, 25 Aug 2014 22:52:59 +0400
changeset 10401 c31276023295
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
- Revert try to add local team on rejoin - Don't allow more than 8 teams in local game widget

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"