13
0
geforkt von Mirrors/Velocity
Velocity/proxy
Hugo Manrique 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
..
src Fix implementation of #176 2019-03-09 21:02:41 +01:00
build.gradle Grab most of the low-hanging fruit. 2018-12-29 17:22:36 -05:00