gameServer/Consts.hs
author nemo
Wed, 22 Aug 2012 22:10:47 -0400
changeset 7581 ea509b70e03d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
move this section back to the connection code, and add an exclusion for air attack. probably should play a few portal games just in case

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"