gameServer/Consts.hs
author nemo
Tue, 23 Oct 2012 11:14:08 -0400
changeset 7802 c7f5c3bd7f8c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Ok. Seems to me if you disconnect on any page, you should go to the main net page, since presumably you were in some part of net play. I think this should avoid ending up in a "lobby" after disconnecting

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"