gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Sat, 18 Aug 2012 00:22:33 +0200
changeset 7504 ed1d52c5aa94
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
frontlib: Moved mapname sending to the end of flib_netconn_send_map

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"