gameServer/Consts.hs
author unc0rr
Fri, 27 Sep 2013 00:54:18 +0400
changeset 9466 8b48c27201af
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- Load default binds from settings.ini - Frontend doesn't send dbind commands - Refactor '/dbind' command implementation copypasta

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"