From 7ef9c48699d159f7daba9751c0a6860f28d0ba0d Mon Sep 17 00:00:00 2001 From: LimboFPS Date: Fri, 15 Sep 2023 22:14:00 -0400 Subject: [PATCH] Revert "Modify cfg to be more vanilla, but disabled by default" This reverts commit 5ffa1878fb39488e1937fbbc5426d39aac32a410. --- ServerMod/cfg/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ServerMod/cfg/config.json b/ServerMod/cfg/config.json index b4bd1b3..f2f78d1 100644 --- a/ServerMod/cfg/config.json +++ b/ServerMod/cfg/config.json @@ -21,7 +21,7 @@ "NoiseIntensity": 0.0, "NoiseScale": 0.0, "DiffuseIntensity": 0.0, - "Mask": "Binocular", + "Mask": "Anvis", "MaskSize": 1.5, "Red": 0, "Green": 100, @@ -34,7 +34,7 @@ "NoiseIntensity": 0.0, "NoiseScale": 0.0, "DiffuseIntensity": 0.0, - "Mask": "OldMonocular", + "Mask": "Anvis", "MaskSize": 1.5, "Red": 200, "Green": 100, @@ -47,7 +47,7 @@ "NoiseIntensity": 0.0, "NoiseScale": 0.0, "DiffuseIntensity": 0.0, - "Mask": "Binocular", + "Mask": "Anvis", "MaskSize": 1.5, "Red": 0, "Green": 200, @@ -66,6 +66,6 @@ "HeatMin": 0.40, "ColdMax": 0.25, "ColorCoef": 1.5, - "ClipPlane": 1500 + "ClipPlane": 1000 } } \ No newline at end of file