mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-21 22:48:57 +01:00
Remove unused private static final variable
This commit is contained in:
parent
8c37e2ebda
commit
b5a10a9d6d
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ import org.bukkit.craftbukkit.util.CraftNamespacedKey;
|
|||
import org.bukkit.event.server.TabCompleteEvent;
|
||||
|
||||
public final class CraftServer implements Server {
|
||||
private static final Player[] EMPTY_PLAYER_ARRAY = new Player[0];
|
||||
private final String serverName = "CraftBukkit";
|
||||
private final String serverVersion;
|
||||
private final String bukkitVersion = Versioning.getBukkitVersion();
|
||||
|
|
Loading…
Add table
Reference in a new issue