Skip to content

Commit 6ef4215

Browse files
committed
fix up
1 parent f18b6fd commit 6ef4215

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

patches/net/minecraft/server/MinecraftServer.java.patch

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
--- a/net/minecraft/server/MinecraftServer.java
22
+++ b/net/minecraft/server/MinecraftServer.java
3-
@@ -188,9 +_,10 @@
4-
import net.minecraft.world.scores.ScoreboardSaveData;
5-
import org.jspecify.annotations.Nullable;
3+
@@ -190,7 +_,7 @@
64
import org.slf4j.Logger;
7-
+import org.teneted.neotenet.injection.server.MinecraftServerInjection;
85

9-
-public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTask> implements CommandSource, ServerInfo, ChunkIOErrorReporter {
6+
public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTask> implements CommandSource, ServerInfo, ChunkIOErrorReporter {
107
- public static final Logger LOGGER = LogUtils.getLogger();
11-
+public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTask> implements CommandSource, ServerInfo, ChunkIOErrorReporter, MinecraftServerInjection {
128
+ private static final Logger LOGGER = LogUtils.getLogger();
139
public static final String VANILLA_BRAND = "vanilla";
1410
private static final float AVERAGE_TICK_TIME_SMOOTHING = 0.8F;

0 commit comments

Comments
 (0)