3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-12-24 15:20:35 +01:00
Velocity/proxy/src
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
..
main Fix implementation of #176 2019-03-09 21:02:41 +01:00
test/java/com/velocitypowered/proxy Improve HandshakeSessionHandler#cleanVhost() 2019-01-28 00:34:51 -05:00