Fix compile issue in MinecraftServer

This commit is contained in:
Bjarne Koll
2024-12-14 05:48:25 +01:00
parent f25c1a33a0
commit afa25753de
3 changed files with 11 additions and 15 deletions

View File

@@ -1220,7 +1220,7 @@
}
@Nullable
@@ -1980,23 +_,29 @@
@@ -1980,16 +_,22 @@
}
public void logChatMessage(Component content, ChatType.Bound boundChatType, @Nullable String header) {
@@ -1247,14 +1247,6 @@
}
public boolean logIPs() {
return true;
}
- public void subscribeToDebugSample(ServerPlayer player, RemoteDebugSampleType sampleType) {
+ public void subscribeToDebugSample(ServerPlaye player, RemoteDebugSampleType sampleType) {
}
public boolean acceptsTransfers() {
@@ -2122,4 +_,53 @@
};
}