From 3d3831df02df625135a59da3f60aa39b438276c7 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 <23550874+ChocoTaco1@users.noreply.github.com> Date: Sun, 14 Jun 2026 16:23:22 -0400 Subject: [PATCH] Take out mempatch --- Classic/scripts/autoexec/flagTunnelingFix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/flagTunnelingFix.cs b/Classic/scripts/autoexec/flagTunnelingFix.cs index 3012bdb..15e43cd 100644 --- a/Classic/scripts/autoexec/flagTunnelingFix.cs +++ b/Classic/scripts/autoexec/flagTunnelingFix.cs @@ -23,7 +23,7 @@ $flagOffset = 1;// how far to offset the flag 1m seems like it works 90% of the //expermental flag static fix //memPatch("60456c","11000018");//transform -memPatch("6040ff","01"); //setVelocity +//memPatch("6040ff","01"); //setVelocity $flagResetTime = 0;// 1000-5000 if you want this feature enabled, resets flag to stand in case of desync should not be needed //best to leave these values alone unless you understand what the code is doing