refactor: cleaning up the code
This commit is contained in:
parent
48ff132f6f
commit
df3d1e0af8
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ public class ServerSwitchListener implements Listener {
|
||||||
|
|
||||||
final ArrayList<String> payload = new ArrayList<>();
|
final ArrayList<String> payload = new ArrayList<>();
|
||||||
payload.add(player.getUniqueId().toString());
|
payload.add(player.getUniqueId().toString());
|
||||||
payload.add("otherdata");
|
|
||||||
|
|
||||||
PluginMessageUtils.sendMessage(server.getInfo(), NickoBungee.NICKO_PLUGIN_CHANNEL_UPDATE, payload);
|
PluginMessageUtils.sendMessage(server.getInfo(), NickoBungee.NICKO_PLUGIN_CHANNEL_UPDATE, payload);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue