gameServer/Consts.hs
author mikade
Tue, 21 Jun 2011 20:49:47 +0200
changeset 5277 09beef0752ab
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
PianoStrike exploit fix for Capture The Flag. New Gameplay Mode: The Specialists

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"