mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-11 18:27:39 +01:00
Fix critical bug (#636)
This commit is contained in:
parent
899eac0e7e
commit
a5dddf371d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user