gameServer/Consts.hs
author nemo
Fri, 08 Nov 2013 23:11:13 -0500
changeset 9685 7d925e82e572
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Tweak trophyrace to work better w/ skip (probably, needs testing), drop Invulnerable in favour of effects - heInvulnerable is already in effects, might as well use it. And we weren't making any other gears invulnerable anyway.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"