summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-12-17 19:56:01 -0500
committergumi <mekolat@users.noreply.github.com>2016-12-19 12:13:36 -0500
commitf7c87ab6a2dc249393f14eac6730843e0701f856 (patch)
tree883c3b4bff1478260b05b1b2c2d570ce03f775ad
parent9a82ea8d6c675ac94ce2d34c83cb2cb8fc68eb89 (diff)
downloadserverdata-f7c87ab6a2dc249393f14eac6730843e0701f856.tar.gz
serverdata-f7c87ab6a2dc249393f14eac6730843e0701f856.tar.bz2
serverdata-f7c87ab6a2dc249393f14eac6730843e0701f856.tar.xz
serverdata-f7c87ab6a2dc249393f14eac6730843e0701f856.zip
do not allow char name substring compare
-rw-r--r--conf/map/battle/gm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/gm.conf b/conf/map/battle/gm.conf
index bcc70b63..ffc4946a 100644
--- a/conf/map/battle/gm.conf
+++ b/conf/map/battle/gm.conf
@@ -39,7 +39,7 @@ atcommand_slave_clone_limit: 25
// If false, commands require exact player name. If true, entering a partial
// name will work, as long as there's only one match from all players in the
// current map server.
-partial_name_scan: true
+partial_name_scan: false
// (@) @allstats/@str/@agi/@vit/@int/@dex/@luk
// allow gms to bypass the maximum stat parameter? ( if true gm stats can go up to 32k )