Commit Graph
2 Commits
Author SHA1 Message Date
Hugo ManriqueandGitHub 6cc6e0f641 New command API (#330) 2020-07-29 03:43:16 -04:00
Hugo ManriqueandGitHub 8bb118022d Fix implementation of #176
As @creeper123123321 noted on Discord, the javadoc specifies "Matches all {@link Player}s whose names start with the provided partial name.".

With the current implementation, if there were two online players named Notch and Notch2, only Notch would be returned as a singleton Collection. This PR fixes this behavior by removing the `exactMatch` code.
2019-03-09 21:02:41 +01:00