3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-06 07:38:03 +02:00
Dieser Commit ist enthalten in:
Gerrygames 2019-01-18 11:44:41 +01:00
Ursprung 9ad0c34603
Commit 688654adcc

Datei anzeigen

@ -64,9 +64,6 @@ public class BackwardsMappings {
continue;
}
}
if (!key.equals(value.getValue().getAsString())) {
ViaBackwards.getPlatform().getLogger().info("Mapping " + key + " -> " + value.getValue());
}
output[Integer.parseInt(entry.getKey())] = Short.parseShort(value.getKey());
}
}