Skip to content

Commit 0fa422f

Browse files
committed
Update 2.2.6
1 parent 15d2ad4 commit 0fa422f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: LightSource
22
main: ru.BeYkeRYkt.LightSource.LightSource
3-
version: 2.2.5
3+
version: 2.2.6
44
description: More Lights!
55
author: BeYkeRYkt
66
softdepend: [Multiverse-Core]

src/ru/BeYkeRYkt/LightSource/LightSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void onEnable() {
8181
task.init();
8282
gui.load();
8383
registry = LightAPI.getRegistry(this);
84-
registry.startAutoUpdate(getDB().getTaskTicks());
84+
registry.startAutoSend(getDB().getTaskTicks());
8585
Bukkit.getPluginManager().registerEvents(new LightListener(), this);
8686

8787
createExampleItems();

0 commit comments

Comments
 (0)