Skip to content

Commit d014361

Browse files
Revert "Block the alpha system from getting updated temporarily"
This reverts commit 360619a.
1 parent a33ad2f commit d014361

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eddn_listener/schemas/journalv5.js

-6
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,6 @@ function Journal() {
677677
message.event &&
678678
message.SystemGovernment
679679
) {
680-
if (message.StarSystem === "Adityan") {
681-
throw new Error("Adityan is being blocked");
682-
}
683680
if (!message.SystemFaction.FactionState) {
684681
message.SystemFaction.FactionState = "None";
685682
}
@@ -742,9 +739,6 @@ function Journal() {
742739
message.StationServices &&
743740
message.StationType
744741
) {
745-
if (message.StarSystem === "Adityan") {
746-
throw new Error("Adityan is being blocked");
747-
}
748742
if (message.StationType === "FleetCarrier") {
749743
throw new Error("Message from Fleet Carrier");
750744
}

0 commit comments

Comments
 (0)