Skip to content

Commit

Permalink
fix: Fix command name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
half-nothing committed Sep 22, 2024
1 parent c14dae7 commit 3ad8121
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import net.superricky.tpaplusplus.utility.getDimension
* Abstract class for asyncCommand
*/
abstract class AsyncCommand {
protected lateinit var commandName: String
@JvmField
protected var commandName: String = ""

/**
* This function is used to check if the player's movement
Expand Down

0 comments on commit 3ad8121

Please sign in to comment.