gameServer/Consts.hs
author sheepluva
Tue, 17 Jun 2014 23:53:59 +0200
changeset 10322 6f1f8515181c
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"