gameServer/Consts.hs
author nemo
Sat, 26 Oct 2013 13:58:49 -0400
changeset 9579 1f20cc6a642a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Remove this looping past F10. causes infinite loop with no weapons. Besides, should always have skip in last slot unless a script is screwing with it.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"