This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -42,14 +42,13 @@ public class WorldMapIndexCacheLoader {
)
@Export("reset")
void reset(String var1) {
if(var1 != null && !var1.isEmpty()) {
if(var1 != this.cacheName) {
this.cacheName = var1;
this.percentLoaded0 = 0;
this.isLoaded0 = false;
this.load();
}
if(var1 != null && !var1.isEmpty() && var1 != this.cacheName) {
this.cacheName = var1;
this.percentLoaded0 = 0;
this.isLoaded0 = false;
this.load();
}
}
@ObfuscatedName("f")