Fix warnings and stuff
This commit is contained in:
@@ -121,7 +121,7 @@ public interface BungeeOnlinePlayer extends BungeeOffPlayer, StandaloneOnlinePla
|
||||
|
||||
class BungeeClientOptions implements StandaloneOnlinePlayer.ClientOptions {
|
||||
|
||||
BungeeOnlinePlayer op;
|
||||
private final BungeeOnlinePlayer op;
|
||||
public BungeeClientOptions(BungeeOnlinePlayer op) {
|
||||
this.op = op;
|
||||
}
|
||||
|
Reference in New Issue
Block a user