gameServer/Consts.hs
author unc0rr
Wed, 18 Dec 2013 01:05:15 +0400
changeset 9800 169fbb968bb3
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
No idea what this is doing, seems to allow recorder instance to not block further engine starts while it is doing its job.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"