v0.8.1: fixed the following bugs:

- rare crashes involving preparation buff icon
- quickslot errors when blacksmith reforges wands
- rare crashes involving Tengu, he now keeps distance from his target and the hero
- errors involving seed selection and sandals of nature
- fireblast applying stun/cripple to dead enemies
- github update checker connecting on metered networks
This commit is contained in:
Evan Debenham
2020-06-25 18:18:38 -04:00
parent 37fa457f33
commit 452a67f03b
9 changed files with 31 additions and 23 deletions

View File

@@ -43,6 +43,7 @@ public class GitHubUpdates extends UpdateService {
if (!Game.platform.connectedToUnmeteredNetwork()){
callback.onConnectionFailed();
return;
}
Net.HttpRequest httpGet = new Net.HttpRequest(Net.HttpMethods.GET);