gameServer/Consts.hs
author unc0rr
Sat, 25 Feb 2012 22:18:08 +0400
changeset 6738 dd98869d74b4
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Remove client's teams only when game is running and exit status is 'incorrect exit'. Frontend still sends excessive ROUND_FINISHED, so the bug is not fixed completely.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"