gameServer/Consts.hs
author koda
Mon, 13 May 2013 23:31:03 +0200
changeset 8986 f7bb323a6934
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix issue #590, load nick after asking for it...

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"