Set moving.passable.raytracing.vcliponly to false.

Start off with accurate checking rather, allow turning off for
performance gain.
This commit is contained in:
asofold 2014-02-13 23:29:13 +01:00
parent d710ee0c35
commit 35e00b1498

View File

@ -438,7 +438,7 @@ public class DefaultConfig extends ConfigFile {
set(ConfPaths.MOVING_PASSABLE_CHECK, true);
set(ConfPaths.MOVING_PASSABLE_RAYTRACING_CHECK, true);
set(ConfPaths.MOVING_PASSABLE_RAYTRACING_BLOCKCHANGEONLY, true);
set(ConfPaths.MOVING_PASSABLE_RAYTRACING_VCLIPONLY, true);
set(ConfPaths.MOVING_PASSABLE_RAYTRACING_VCLIPONLY, false);
set(ConfPaths.MOVING_PASSABLE_ACTIONS, "cancel vl>10 log:passable:0:5:if cancel vl>50 log:passable:0:5:icf cancel");
set(ConfPaths.MOVING_SURVIVALFLY_CHECK, true);