Fix critical bug (#636)

This commit is contained in:
AlfieC 2017-04-12 18:20:27 +01:00 committed by Myles
parent 899eac0e7e
commit a5dddf371d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}