Skip to content

Commit 72a7f7d

Browse files
committed
fix: 🐛 do not extend Bukkit's Player in MonoPlayer class
1 parent 93b0e65 commit 72a7f7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/mcdiamondfire/monotope/server/entity/MonoPlayer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.bukkit.entity.Player;
44

55
/**
6-
* Mono extension of Bukkit's {@link Player} class.
6+
* The Mono extension of {@link Player}.
77
*/
8-
public interface MonoPlayer extends Player {
8+
public interface MonoPlayer {
99
}

0 commit comments

Comments
 (0)