gameServer/Consts.hs
author Xeli
Wed, 23 May 2012 21:16:44 +0200
changeset 7117 7df6386f7090
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
reimplemented ResetKbd and calling it when exiting gsChat status, this restores behavior from.17: You can now walk -> press t/chat -> type some stuff while still walking -> exit gsChat and stop walking at that moment

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"