3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

make isFrontEnd public

Dieser Commit ist enthalten in:
creeper123123321 2020-06-25 11:41:38 -03:00
Ursprung 1ab0cd07af
Commit 73eef1727a

Datei anzeigen

@ -42,7 +42,7 @@ public class ViaConnectionManager {
* Frontend connections will have the UUID stored. Override this if your platform isn't always frontend.
* UUIDs can't be duplicate between frontend connections.
*/
protected boolean isFrontEnd(UserConnection conn) {
public boolean isFrontEnd(UserConnection conn) {
return true;
}