gameServer/Consts.hs
author nemo
Sun, 01 Dec 2013 13:22:06 -0500
changeset 9732 a13afa6c5d21
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
don't abort changeammo on attacking/attacked in infattack mode, keep scrolling through slot after setweap even if a multishoot was aborted triggering gstattacked, to ensure proper ammo gets set for next turn

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"