3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-08 11:10:06 +02:00

Fix critical bug (#636)

Dieser Commit ist enthalten in:
AlfieC 2017-04-12 18:20:27 +01:00 committet von Myles
Ursprung 899eac0e7e
Commit a5dddf371d

Datei anzeigen

@ -42,7 +42,7 @@ public class SpongeViaLoader implements ViaPlatformLoader {
new BlockListener(plugin).register();
if (plugin.getConf().isItemCache()) {
Via.getPlatform().runRepeatingSync(new HandItemCache(), 2L); // Updates player's items :)
Via.getPlatform().runRepeatingSync(new HandItemCache(), 2L); // Updates players items :)
HandItemCache.CACHE = true;
}