We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2aa8b commit 812c504Copy full SHA for 812c504
src/main/kotlin/me/scoretwo/fastscript/utils/Assist.kt
@@ -8,6 +8,6 @@ class Assist {
8
val instance = Assist()
9
}
10
11
- fun sendMessage(sender: Any, string: String, colorIndex: Boolean = true) = FastScript.sendMessage(sender, string, colorIndex)
+ fun sendMessage(sender: Any, string: String, colorIndex: Boolean = true) = FastScript.instance.sendMessage(sender, string, colorIndex)
12
13
0 commit comments