This commit is contained in:
ChomeNS
2023-04-22 07:07:31 +07:00
parent 87c35b9af7
commit 82dfc0bd7e
2 changed files with 12 additions and 12 deletions

View File

@@ -203,7 +203,6 @@ public class PlayersPlugin extends SessionAdapter {
public void playerGameModeUpdated (MutablePlayerListEntry target, GameMode gameMode) {}
public void playerLatencyUpdated (MutablePlayerListEntry target, int ping) {}
public void playerDisplayNameUpdated (MutablePlayerListEntry target, Component displayName) {}
public void playerUserNameChanged (MutablePlayerListEntry target) {}
public void playerLeft (MutablePlayerListEntry target) {}
public void playerVanished (MutablePlayerListEntry target) {}
}