gameServer/Consts.hs
author unc0rr
Mon, 03 Feb 2014 13:52:47 +0400
changeset 10098 f00dee04b5d7
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
- Cut actions array instead of performing full copy, when it is possible - Fix use of uninitialized attack parameters struct (existed for years, and could maybe explain some weird ai behavior)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"