gameServer/Consts.hs
author unc0rr
Mon, 11 Feb 2013 10:20:07 +0400
changeset 8498 eecadca7db50
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Bring back full log strings for commands, just a bit sanitized

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"