gameServer/Consts.hs
author nemo
Mon, 30 Dec 2013 18:29:23 -0500
branch0.9.20
changeset 9885 34e8880f1f0a
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"