Added login listener to prevent players from joining with an unsupported version

master
Alex 2022-03-13 19:51:48 +01:00
parent c8adb6268d
commit 09f5717bea
1 changed files with 0 additions and 6 deletions

View File

@ -97,10 +97,4 @@ public class ProxySystem extends Plugin {
pluginManager.registerCommand(this, listener);
});
}
/*
TODO: proxy ping & join only accessible for 1.17.1 clients
*/
}