mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-12 13:24:36 +01:00
Update Scene.java
This commit is contained in:
@@ -152,7 +152,7 @@ public class Scene {
|
|||||||
if (prop.getPropId() == 1003) {
|
if (prop.getPropId() == 1003) {
|
||||||
// Hacky fix to open simulated universe
|
// Hacky fix to open simulated universe
|
||||||
if (propInfo.getMappingInfoID() == 2220) {
|
if (propInfo.getMappingInfoID() == 2220) {
|
||||||
// Open simulated universe
|
// Regular simulated universe is locked behind a mission requirement by default
|
||||||
prop.setState(PropState.Open);
|
prop.setState(PropState.Open);
|
||||||
} else {
|
} else {
|
||||||
// Skip tutorial simulated universe
|
// Skip tutorial simulated universe
|
||||||
|
|||||||
Reference in New Issue
Block a user