gameServer/Consts.hs
author nemo
Fri, 17 Jan 2014 15:37:24 -0500
changeset 10010 2a1483d91977
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"