Merge branches 'dev' and 'master' of https://github.com/MylesIsCool/ViaVersion into dev

This commit is contained in:
Matsv 2018-01-19 11:06:18 +01:00
commit be4af60ad1

View File

@ -181,7 +181,7 @@ public class ViaVersionPlugin extends JavaPlugin implements ViaPlatform {
@Override
public TaskId runRepeatingSync(Runnable runnable, Long ticks) {
return new BukkitTaskId(getServer().getScheduler().runTaskTimer(this, runnable, ticks, 0).getTaskId());
return new BukkitTaskId(getServer().getScheduler().runTaskTimer(this, runnable, 0, ticks).getTaskId());
}
@Override