Skip to content

Commit b79bcfb

Browse files
committed
chore: use kotlin template instead for Tutorial.kt
1 parent 20c0642 commit b79bcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/be4rjp/sclat/tutorial/Tutorial.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Tutorial {
4747
val time = Sclat.conf?.config!!.getInt("InkResetPeriod")
4848
bar =
4949
plugin.server.createBossBar(
50-
"§a§lインクリセットまで残り §c§l" + time + " §a§l秒",
50+
"§a§lインクリセットまで残り §c§l$time §a§l秒",
5151
BarColor.WHITE,
5252
BarStyle.SOLID,
5353
BarFlag.CREATE_FOG,

0 commit comments

Comments
 (0)