gameServer/Consts.hs
author Ondrej Skopek <skopekondrej@gmail.com>
Fri, 14 Dec 2012 18:49:25 +0100
changeset 8297 b236e3afed0d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Reverted password loading in PAGE_SETUP, changed the value of passwordlength to save, added clearing of hashes after a 'Wrong password' RetryDialog

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"