gameServer/Consts.hs
author Xeli
Mon, 20 Feb 2012 21:50:56 +0100
changeset 6726 31582be2ddbc
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
fixed a nullpointer exception when creating a new team

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"