From 508db49d588369de90f384d039330150c67c2680 Mon Sep 17 00:00:00 2001 From: Saulius Markevicius <60912197+saulm314@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:53:20 +0100 Subject: [PATCH] Fix typo in a comment --- pop_2008.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop_2008.asl b/pop_2008.asl index 29b1f55..dab08ba 100644 --- a/pop_2008.asl +++ b/pop_2008.asl @@ -569,7 +569,7 @@ init !vars.inPosWithRangeCurrent(args.Item1, args.Item2, args.Item3, args.Item4); }); - // Checks if spawned in Canyon after new game[] + // Checks if spawned in Canyon after new game vars.resetNew = (Func, bool>)((_old) => { return !vars.inPosWithRangeOld(args.Item1, args.Item2, args.Item3, args.Item4, _old) &&