gameServer/Consts.hs
author sheepluva
Wed, 19 Oct 2011 21:14:21 +0200
changeset 6152 aa9f9b034e00
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
make this transparent so that people can actually see /what/ they have disabled...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"