This repository was archived by the owner on Jun 7, 2022. It is now read-only.
File tree 2 files changed +0
-16
lines changed
cloudnet-core/src/main/java/de/dytanic/cloudnetcore/util/defaults
cloudnet-lib/src/main/java/de/dytanic/cloudnet/lib/proxylayout
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public BasicProxyConfig() {
21
21
" §bMaintenance §8» §7We are still in §bmaintenance" ),
22
22
"§8➜ §bMaintenance §8§l【§c✘§8§l】" ,
23
23
1000 ,
24
- false ,
25
24
true ,
26
25
new AutoSlot (0 , false ),
27
26
new TabList (true ,
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ public class ProxyConfig {
21
21
22
22
private int maxPlayers ;
23
23
24
- private boolean fastConnect ;
25
-
26
24
private Boolean customPayloadFixer ;
27
25
28
26
private AutoSlot autoSlot ;
@@ -41,7 +39,6 @@ public ProxyConfig(boolean enabled,
41
39
Motd maintenanceMotdLayout ,
42
40
String maintenaceProtocol ,
43
41
int maxPlayers ,
44
- boolean fastConnect ,
45
42
Boolean customPayloadFixer ,
46
43
AutoSlot autoSlot ,
47
44
TabList tabList ,
@@ -54,7 +51,6 @@ public ProxyConfig(boolean enabled,
54
51
this .maintenanceMotdLayout = maintenanceMotdLayout ;
55
52
this .maintenaceProtocol = maintenaceProtocol ;
56
53
this .maxPlayers = maxPlayers ;
57
- this .fastConnect = fastConnect ;
58
54
this .customPayloadFixer = customPayloadFixer ;
59
55
this .autoSlot = autoSlot ;
60
56
this .tabList = tabList ;
@@ -159,15 +155,4 @@ public void setEnabled(boolean enabled) {
159
155
this .enabled = enabled ;
160
156
}
161
157
162
- /**
163
- * @deprecated this option is not used anymore and will be removed in a future release
164
- */
165
- @ Deprecated
166
- public boolean isFastConnect () {
167
- return fastConnect ;
168
- }
169
-
170
- public void setFastConnect (boolean fastConnect ) {
171
- this .fastConnect = fastConnect ;
172
- }
173
158
}
You can’t perform that action at this time.
0 commit comments