gameServer/Consts.hs
author unc0rr
Mon, 04 Jul 2011 10:26:16 +0400
changeset 5388 73ef8e437231
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"