gameServer/Consts.hs
author Xeli
Fri, 28 Oct 2011 17:41:39 +0200
branchhedgeroid
changeset 6055 88cfcd9161d3
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Enabled landhash check again

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"