gameServer/Consts.hs
author sheepluva
Fri, 06 Dec 2013 22:48:30 +0100
changeset 9759 0efa9672c000
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
* turned out the no-flight zone is also a no-climb-and-progress zone * also changed it to not completely nullify velocity (otherwise cliffjumpers can get stuck in midair), just make sure dy is not negative

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"