gameServer/Consts.hs
author unc0rr
Sat, 07 Jul 2012 23:31:59 +0400
changeset 7351 34efdd1f230f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Check ready status only after deleting player's teams (should fix the bug when you're unable to start game) - Send LEFT message after deletion of player's teams (no idea if this breaks anything, but this is more accurate behavior)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"