gameServer/Consts.hs
author unc0rr
Mon, 09 Dec 2013 23:32:57 +0400
changeset 9770 5706b637bae2
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
- Restrict game config changes in special rooms - /unfix command

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"