3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-03 14:50:19 +01:00

Manually resolved merge conflicts

This specific commit isn't compilable, since StatisticsUtils hasn't been updated to match the new Form style.
Dieser Commit ist enthalten in:
Tim203 2020-10-30 01:31:22 +01:00
Ursprung 36419e5931
Commit 819ff09ee6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 064EE9F5BF7C3EE8
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -139,7 +139,7 @@ public class UpstreamPacketHandler extends LoggingPacketHandler {
@Override
public boolean handle(ModalFormResponsePacket packet) {
session.getFormCache().handleResponse(packet);
return true; //todo change the Statistics Form to match the new style
return true;
}
private boolean couldLoginUserByName(String bedrockUsername) {

Datei anzeigen

@ -37,7 +37,7 @@ import org.geysermc.connector.network.translators.world.block.BlockTranslator;
import java.util.Map;
public class StatisticsUtils {
public class StatisticsUtils { //todo make Geyser compilable
// Used in UpstreamPacketHandler.java
public static final int STATISTICS_MENU_FORM_ID = 1339;