Fix some nullability things (#7275)
This commit is contained in:
parent
a3ad720749
commit
8fc0999b09
16 changed files with 45 additions and 31 deletions
|
@ -642,7 +642,7 @@ index b28f2e8fa2c62562cf87cf264e97b6d7c233297b..e6db5d649d01c4952dc5e3bf08f9ce15
|
|||
CraftItemFactory.instance();
|
||||
}
|
||||
|
||||
@@ -2574,5 +2578,37 @@ public final class CraftServer implements Server {
|
||||
@@ -2580,5 +2584,37 @@ public final class CraftServer implements Server {
|
||||
public boolean suggestPlayerNamesWhenNullTabCompletions() {
|
||||
return com.destroystokyo.paper.PaperConfig.suggestPlayersWhenNullTabCompletions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue