gameServer/Consts.hs
author unc0rr
Thu, 06 Oct 2011 00:11:55 +0400
changeset 6088 47d1b04003d1
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
- Frontend: don't pass /script for missions - Engine: try to load script for map (not tested)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"