File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
leaf-server/src/main/java/org/dreeam/leaf/config/modules/network Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ public void onLoaded() {
4343 syncmaticaQuota = config .getBoolean (getBasePath () + ".syncmatica-quota" , syncmaticaQuota );
4444 syncmaticaQuotaLimit = config .getInt (getBasePath () + ".syncmatica-quota-limit" , syncmaticaQuotaLimit );
4545
46- if (syncmaticaProtocol ) {
47- org .leavesmc .leaves .protocol .syncmatica .SyncmaticaProtocol .init ();
48- }
46+ org .leavesmc .leaves .protocol .syncmatica .SyncmaticaProtocol .init (syncmaticaProtocol );
4947
5048 doABarrelRollProtocol = config .getBoolean (getBasePath () + ".do-a-barrel-roll-protocol" , doABarrelRollProtocol );
5149 doABarrelRollAllowThrusting = config .getBoolean (getBasePath () + ".do-a-barrel-roll-allow-thrusting" , doABarrelRollAllowThrusting );
You can’t perform that action at this time.
0 commit comments