mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 12:02:49 +01:00
Make matchPlayer return only the exact-matched player, if there is one.
This commit is contained in:
parent
2e0413558f
commit
1edd1fa0ca
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ public final class CraftServer implements Server {
|
|||
|
||||
if (partialName.equalsIgnoreCase(iterPlayerName)) {
|
||||
// Exact match
|
||||
matchedPlayers.clear();
|
||||
matchedPlayers.add(iterPlayer);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue