gameServer/Consts.hs
author unc0rr
Sat, 29 Jun 2013 23:58:37 +0400
changeset 9304 3f4c3fc146c2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fix spectator desync in rare conditions (there was team which left during its turn, and last command with timestamp from it was '+')

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"