gameServer/Consts.hs
author koda
Sun, 24 Jul 2011 19:14:56 +0200
changeset 5451 e359a79e3d08
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"