Skip to content

Commit

Permalink
okay but for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Mar 21, 2024
1 parent 5a810c3 commit 160e0aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public static void updateIntermediary(SplitArgs args) throws IOException {
e.printStackTrace();
}

if (args.oldIntermediaryFile != null) {
if (args.oldIntermediaryFile != null || args.oldClientIntermediaryFile != null || args.oldServerIntermediaryFile != null) {
System.err.println("Loading remapping files...");
if (args.oldClientJarFile == args.oldServerJarFile) {
state.prepareUpdateFromMerged(args.oldIntermediaryFile, args.clientMatchesFile, args.serverMatchesFile, args.clientServerMatchesFile, args.invertClientMatches, args.invertServerMatches, args.invertClientServerMatches);
Expand Down

0 comments on commit 160e0aa

Please sign in to comment.