Codestyle
This commit is contained in:
@@ -14,7 +14,7 @@ class ArrowDataListener(
|
|||||||
) : Listener {
|
) : Listener {
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.LOWEST)
|
@EventHandler(priority = EventPriority.LOWEST)
|
||||||
fun onLaunch(event:ProjectileLaunchEvent) {
|
fun onLaunch(event: ProjectileLaunchEvent) {
|
||||||
val arrow = event.entity
|
val arrow = event.entity
|
||||||
|
|
||||||
if (arrow !is Arrow) {
|
if (arrow !is Arrow) {
|
||||||
|
|||||||
Reference in New Issue
Block a user