gameServer/Consts.hs
author nemo
Fri, 11 Nov 2011 14:05:39 -0500 (2011-11-11)
changeset 6323 c1aa6a3c84a7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Dir should not be 0, but set it to 1 if 0 in case I missed some other place this was done. Also correct cloud scaling.
{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"