summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 17:42:30 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 17:42:30 +0100
commit70e357b136a69b5ddbca1c44b2ab35b13b694484 (patch)
tree70866aa157eeb6ab113d29652da19636926d525b /docs
parentfe116c52a7fafc3ad61d14263dd60bc8e7acecdd (diff)
downloadmanaserv-70e357b136a69b5ddbca1c44b2ab35b13b694484.tar.gz
manaserv-70e357b136a69b5ddbca1c44b2ab35b13b694484.tar.xz
manaserv-70e357b136a69b5ddbca1c44b2ab35b13b694484.zip
Fixed the default visual range
The client is 800x600 by default, so 320 pixels radius was not enough. Taking into account a bit of network latency as well, 448 should be alright.
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manaserv.xml b/docs/manaserv.xml
index 6b22546..e98b9bd 100644
--- a/docs/manaserv.xml
+++ b/docs/manaserv.xml
@@ -72,7 +72,7 @@
<option name="net_gameServerPort" value="9604"/>
<!-- Gameplay-related config option-->
- <option name="visualRange" value="320"/>
+ <option name="visualRange" value="448"/>
<option name="respawnMap" value="4"/>
<option name="respawnX" value="1000"/>
<option name="respawnY" value="1000"/>