gameServer/Consts.hs
author sheepluva
Sat, 10 Sep 2011 01:05:01 +0200
changeset 5833 d0c742472d46
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"