gameServer/Consts.hs
author unc0rr
Mon, 25 Aug 2014 00:11:19 +0400
changeset 10400 47e2189eae44
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
This should make frontend aware of your own teams in game on rejoin

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"