diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-20 20:19:07 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-20 20:19:27 -0700 |
| commit | c9df1bc3e881b2ebcf5808a0db7bea29cd07c849 (patch) | |
| tree | 6b6738c05ec5e9e0a807915adcaeed143054504c | |
| parent | 9af83191f2b4175fac663ef16ed31efa22061e7e (diff) | |
Made the assumption that unspecified code is from the latest nomsu, not
the oldest.
| -rw-r--r-- | compatibility/compatibility.nom | 4 |
1 files 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 |
