Minor improvement for previous commit.
This commit is contained in:
		| @@ -110,7 +110,7 @@ public class SystemPanel extends JPanel | ||||
| 			@Override | ||||
| 			public void run() | ||||
| 			{ | ||||
| 				lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); | ||||
| 				lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString()); | ||||
| 			} | ||||
| 		}, 4500); | ||||
| 		 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev