gameServer/Consts.hs
author nemo
Thu, 08 Sep 2011 21:18:44 -0400
changeset 5818 d071162d550d
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"