From c9df1bc3e881b2ebcf5808a0db7bea29cd07c849 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 20 Jul 2018 20:19:07 -0700 Subject: [PATCH] Made the assumption that unspecified code is from the latest nomsu, not the oldest. --- compatibility/compatibility.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 87ba321..b63357a 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -66,9 +66,9 @@ parse [%tree upgraded from %start_version] as (..) %tree upgraded from %start_version to (Nomsu version) parse [%tree upgraded to %end_version] as (..) - %tree upgraded from (%tree.version or "0") to %end_version + %tree upgraded from (%tree.version or (Nomsu version)) to %end_version -parse [%tree upgraded] as (%tree upgraded from (%tree.version or "0") to (Nomsu version)) +parse [%tree upgraded] as (%tree upgraded from (%tree.version or (Nomsu version)) to (Nomsu version)) action [use %path from version %version] (..) for file %filename in %path: if (=lua "LOADED[\%filename]"): do next %filename