gameServer/Consts.hs
author Xeli
Fri, 17 Feb 2012 23:36:05 +0100
changeset 6705 d2e95dcf2bb0
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
stop the crosshair from twitching when it's not supposed to move + fix aimingUp/Down booleans

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"