gameServer/Consts.hs
author unc0rr
Wed, 14 Nov 2012 14:31:17 +0400
changeset 8021 095d5ff3d39b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Don't accept in-room flags when not in room

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"