Skip to content

Commit

Permalink
Fix script files without a packmode not loading when packmode is not …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
LatvianModder committed Oct 3, 2023
1 parent 3047bb2 commit 3482d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private CommonProperties() {
hideServerScriptErrors = get("hideServerScriptErrors", false);
serverOnly = get("serverOnly", false);
announceReload = get("announceReload", true);
packMode = get("packmode", "default");
packMode = get("packmode", "");
saveDevPropertiesInConfig = get("saveDevPropertiesInConfig", false);
allowAsyncStreams = get("allowAsyncStreams", true);
matchJsonRecipes = get("matchJsonRecipes", true);
Expand Down

0 comments on commit 3482d65

Please sign in to comment.