9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 11:59:11 +00:00

Revert "移除module"

This reverts commit 583f8d4a70.
This commit is contained in:
XiaoMoMi
2025-11-09 17:13:40 +08:00
parent 583f8d4a70
commit 8178fd0ddf
3 changed files with 5 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "wiki"]
path = wiki
url = https://github.com/Xiao-MoMi/craft-engine-wiki.git

View File

@@ -15,8 +15,7 @@ import java.lang.instrument.Instrumentation;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
public final class RuntimePatcher {
private RuntimePatcher() {}
public class RuntimePatcher {
public static void patch(BukkitCraftEngine plugin) throws ReflectiveOperationException {
Class<?> holderClass = new ByteBuddy()

1
wiki Submodule

Submodule wiki added at bec8bb7cf8