gameServer/Consts.hs
author unc0rr
Tue, 28 May 2013 00:01:58 +0400
changeset 9063 5cab446e1341
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fix "try again" button in "reconnected to fast" dialog trying to connect to port 0

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"