gameServer/Consts.hs
author sheepluva
Thu, 15 Sep 2011 00:47:05 +0200
changeset 5907 64ccc6be0ec5
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"