Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Count other worlds as nether instead of imploding.
Dieser Commit ist enthalten in:
Ursprung
f5bd041c7b
Commit
c207a9bfff
@ -26,7 +26,8 @@ public class ClientWorld extends StoredObject {
|
|||||||
case 1:
|
case 1:
|
||||||
return World.Environment.THE_END;
|
return World.Environment.THE_END;
|
||||||
default:
|
default:
|
||||||
throw new IllegalArgumentException("Invalid environment id:" + id);
|
return World.Environment.NETHER;
|
||||||
|
//throw new IllegalArgumentException("Invalid environment id:" + id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren