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:
Ursprung
1ab0cd07af
Commit
73eef1727a
@ -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;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren