gameServer/Consts.hs
author unc0rr
Sun, 29 Jun 2014 22:50:21 +0400
changeset 10344 cceabf9628bb
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"