Revert "- Maked classes final"

This reverts commit f787463efc.
This commit is contained in:
Tinglyyy
2025-09-29 18:20:02 +02:00
parent f787463efc
commit 742059ff67
27 changed files with 31 additions and 59 deletions

View File

@@ -30,7 +30,7 @@ import java.lang.reflect.InvocationTargetException;
* The main bridge class for the protocol connection.
* It manages the protocol settings, version, and side instances.
*/
public final class ProtocolBridge {
public class ProtocolBridge {
/**
* The singleton instance of the ProtocolBridge class