gameServer/Consts.hs
author unc0rr
Sat, 30 Nov 2013 17:43:58 +0400
changeset 9729 6a3640c4f4b7
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Show "incompatible version" message instead of "no such room" on try to join room with another protocol version

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"