gameServer/Consts.hs
author Xeli
Wed, 10 Aug 2011 01:22:52 +0200
branchhedgeroid
changeset 5532 3d7ac2b3b703
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Fixed team colors in the UI, delete and a nullpointer bug when no teams are created

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"