Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
herbix committed May 6, 2014
1 parent 65cbf9c commit 6864687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified build/SSASTLauncher.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion src/org/ssast/minecraft/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ void checkUpdate() {
return;

if(Config.currentETag.equals(""))
if(checkSizeEqual())
if(checkSizeEqual()) {
Config.currentETag = eTag;
return;
}

if(eTag.equals(Config.currentETag))
return;
Expand Down

0 comments on commit 6864687

Please sign in to comment.