Made sync = true the default
This commit is contained in:
@@ -24,7 +24,7 @@ class KSpigotRunnable(
|
|||||||
|
|
||||||
fun bukkitRunnable(
|
fun bukkitRunnable(
|
||||||
kSpigot: KSpigot,
|
kSpigot: KSpigot,
|
||||||
sync: Boolean,
|
sync: Boolean = true,
|
||||||
howoften: Int = 1,
|
howoften: Int = 1,
|
||||||
delay: Long? = null,
|
delay: Long? = null,
|
||||||
period: Long? = null,
|
period: Long? = null,
|
||||||
|
Reference in New Issue
Block a user