gameServer/Consts.hs
author nemo
Sun, 21 Oct 2012 21:15:10 -0400
changeset 7784 cf6261f7fdb5
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Disable jiggling of cleavers 'cause it just looks odd. Adding a constraint based on proximity to portal is an option too, this was just easier.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"