Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
[Not Available Yet] Actual completion of SECTORFILE
Browse files Browse the repository at this point in the history
SECTORFILE is done, there are some issues left that prevent it from starting. There are some ANVIL oversights that have been fixed internally, but still need to wait.
  • Loading branch information
404Setup committed Aug 27, 2024
1 parent 5752ff3 commit 632b59e
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 7 deletions.
4 changes: 2 additions & 2 deletions patches/server/0003-Vine-Config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ index 0000000000000000000000000000000000000000..1912152e305c4aa92e23335990b847b6
\ No newline at end of file
diff --git a/src/main/kotlin/one/tranic/vine/config/module/feature/Region.kt b/src/main/kotlin/one/tranic/vine/config/module/feature/Region.kt
new file mode 100644
index 0000000000000000000000000000000000000000..dec485aad1a718e53cdf74b5971be06bf16397e0
index 0000000000000000000000000000000000000000..39cd03eb8475d673609c40fae6d9cb96a99dd92e
--- /dev/null
+++ b/src/main/kotlin/one/tranic/vine/config/module/feature/Region.kt
@@ -0,0 +1,87 @@
Expand Down Expand Up @@ -531,7 +531,7 @@ index 0000000000000000000000000000000000000000..dec485aad1a718e53cdf74b5971be06b
+ if (Locker.regionFormat == null) {
+ val b = Format.getFormat(it)
+ Locker.regionFormat = b
+ Format.setNow(Feature.Region.format)
+ Format.setNow(b)
+ } else if (Locker.regionFormat != Format.getFormat(it)) {
+ VineLogger.error("Forbidden to modify the parameter \"feature.region.format\" during runtime!!!")
+ }
Expand Down
Loading

0 comments on commit 632b59e

Please sign in to comment.