gameServer/Consts.hs
author unc0rr
Wed, 22 Jan 2014 14:45:33 +0400
changeset 10050 9616052bd333
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Check if frontend was too lazy to actually send drawn map data to the server

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"