Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Remove DEBUG_ALL_BLOCK_STATES due to it being broken
Dieser Commit ist enthalten in:
Ursprung
850a9e0772
Commit
eae50b4f2a
@ -11,6 +11,7 @@ public class WorldTypeTest {
|
|||||||
public void testTypes() {
|
public void testTypes() {
|
||||||
for (WorldType type : WorldType.types) {
|
for (WorldType type : WorldType.types) {
|
||||||
if (type == null) continue;
|
if (type == null) continue;
|
||||||
|
if (type == WorldType.DEBUG_ALL_BLOCK_STATES) continue; // Doesn't work anyway
|
||||||
|
|
||||||
assertThat(type.name() + " has no Bukkit world", org.bukkit.WorldType.getByName(type.name()), is(not(nullValue())));
|
assertThat(type.name() + " has no Bukkit world", org.bukkit.WorldType.getByName(type.name()), is(not(nullValue())));
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren