mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix kotlin code style issues
This commit is contained in:
-1
@@ -46,5 +46,4 @@ class FollowAction(player: Player, private val target: Player) : Action<Player>(
|
||||
lastPosition = target.position
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
-1
@@ -2,7 +2,6 @@ package org.apollo.plugin.entity.following
|
||||
|
||||
import org.apollo.game.plugin.entity.actions.PlayerActionEvent
|
||||
import org.apollo.game.plugin.entity.actions.PlayerActionType
|
||||
import org.apollo.plugin.entity.following.FollowAction
|
||||
|
||||
on_player_event { PlayerActionEvent::class }
|
||||
.where { action == PlayerActionType.FOLLOW }
|
||||
|
||||
Reference in New Issue
Block a user