gameServer/Consts.hs
author unc0rr
Sat, 27 Apr 2013 00:09:50 +0400
changeset 8938 c321264439c6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Don't use writeln in ai thread (from rdd4035ee0f12), this causes crashes. Fixes issue #617.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"