gameServer/Consts.hs
author nemo
Thu, 31 Oct 2013 20:50:20 -0400
changeset 9663 1fa74f92555d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
so, lack of this was causing the team area to be too squat. at this point tho, I get the impression qt.css is outright replaced by birthday/christmas. This seems inconvenient, and if so, we should merge in changes to qt.css which has quite a bit more stuff in it

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"