mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Fix compile issue in MinecraftServer
This commit is contained in:
@@ -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 @@
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user