Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-24 23:30:15 +01:00
Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular
Dieser Commit ist enthalten in:
Commit
b4976bd302
@ -28,8 +28,6 @@ public class ProtocolDetectorService implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
System.out.println("Checking protocol ids"); // TODO remove message after confirming that it works
|
||||
|
||||
for (final Map.Entry<String, ServerInfo> lists : plugin.getProxy().getServers().entrySet()) {
|
||||
lists.getValue().ping(new Callback<ServerPing>() {
|
||||
@Override
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren