Update GeneralExtensions.kt

This commit is contained in:
bluefireoly
2020-09-05 19:48:31 +02:00
parent 6b2ec5a663
commit 77e13c0b59

View File

@@ -23,6 +23,7 @@ val pluginManager by lazy { Bukkit.getPluginManager() }
/**
* Broadcasts a message ([msg]) on the server.
* @return the number of recipients
* @see Bukkit.broadcastMessage
*/
fun broadcast(msg: String) = Bukkit.broadcastMessage(msg)