Skip to content

Commit 812c504

Browse files
committed
Last update.
1 parent 0a2aa8b commit 812c504

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/me/scoretwo/fastscript/utils

1 file changed

+1
-1
lines changed

src/main/kotlin/me/scoretwo/fastscript/utils/Assist.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class Assist {
88
val instance = Assist()
99
}
1010

11-
fun sendMessage(sender: Any, string: String, colorIndex: Boolean = true) = FastScript.sendMessage(sender, string, colorIndex)
11+
fun sendMessage(sender: Any, string: String, colorIndex: Boolean = true) = FastScript.instance.sendMessage(sender, string, colorIndex)
1212

1313
}

0 commit comments

Comments
 (0)