Skip to content

Commit

Permalink
Merge pull request #26 from LimeAppleBoat/Jab125-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Jul 9, 2022
2 parents 5d4263f + d5f3cc6 commit d1960ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.18.2+build.1
loader_version=0.13.1
prerelease=false
# Mod Properties
thonkutil-version=2.14.1
thonkutil-version=2.14.2
maven_group=com.jab125
archives_base_name=thonkutil
# Dependencies
Expand All @@ -19,7 +19,7 @@ thonkutil-potions-v0-version=1.4.1
thonkutil-coords-v1-version=1.0.19
thonkutil-legacy-version=1.0.20
thonkutil-capes-v1-version=1.3.2
thonkutil-modchecker-v1-version=1.0.12
thonkutil-modchecker-v1-version=1.0.13
thonkutil-titlescreen-v1-version=1.1.9
thonkutil-additional-capes-v1-version=1.0.0
thonkutil-unittests-version=1.0.0
thonkutil-unittests-version=1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
public class ClientModChecker implements ClientModInitializer {
@Override
public void onInitializeClient() {
if (true) return; // Currently config files are broken, so disable for now
new C().l();
if (!(new C().a == 2)) {
System.exit(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class ModChecker implements ModInitializer {

@Override
public void onInitialize() {
if (true) return; // Currently config files are broken, so disable for now
ThonkUtilModCheckerConfigManager.initializeConfig();
ServerLoginConnectionEvents.QUERY_START.register(this::onLoginStart);

Expand Down

0 comments on commit d1960ba

Please sign in to comment.