Skip to content

Commit

Permalink
remove updater because bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wu452148993 committed Feb 2, 2021
1 parent 61d6515 commit d715bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ forge_version=35.1.13
forge_mappings=20201028-1.16.3

# Mod Properties
mod_version = v7.11-MC1.16.4
mod_version = v7.11-0.1-MC1.16.4
maven_group = 'com.wulf.wurst'
3 changes: 2 additions & 1 deletion src/main/java/net/wurstclient/update/WurstUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public final class WurstUpdater implements UpdateListener
@Override
public void onUpdate()
{
/*
if(thread == null)
{
thread = new Thread(() -> checkForUpdates(), "WurstUpdater");
Expand All @@ -39,7 +40,7 @@ public void onUpdate()
if(component != null)
ChatUtils.component(component);

*/
WurstClient.INSTANCE.getEventManager().remove(UpdateListener.class,
this);
}
Expand Down

0 comments on commit d715bb7

Please sign in to comment.