gameServer/Consts.hs
author Xeli
Fri, 19 Aug 2011 03:29:51 +0200
branchhedgeroid
changeset 5603 4e4a579a60af
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Fixed crash which occured when entering the teamselection menu for the second time

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"