gameServer/Consts.hs
author nemo
Fri, 08 Mar 2013 08:17:11 -0500
changeset 8692 935960dbc60e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
lock weapons since script doesn't support custom sets anyway (yet). Use bor on flags to allow other game flags.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"