3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-03 14:50:30 +01: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. * Frontend connections will have the UUID stored. Override this if your platform isn't always frontend.
* UUIDs can't be duplicate between frontend connections. * UUIDs can't be duplicate between frontend connections.
*/ */
protected boolean isFrontEnd(UserConnection conn) { public boolean isFrontEnd(UserConnection conn) {
return true; return true;
} }