gameServer/Consts.hs
author nemo
Tue, 20 Sep 2011 20:52:04 -0400
changeset 5977 0b1bfdd95310
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"