gameServer/Consts.hs
author nemo
Sun, 07 Aug 2011 12:25:21 -0400
changeset 5515 3768e9a6ec40
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"