Made sync = true the default

This commit is contained in:
bluefireoly
2020-07-06 00:57:52 +02:00
parent df66fa0b12
commit eab07bbd08

View File

@@ -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,