Skip to content

Commit 5772987

Browse files
committed
Fix import order
1 parent 964e21c commit 5772987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/lunarclient/apollo/player/ApolloPlayerManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
import com.lunarclient.apollo.event.player.ApolloPlayerHandshakeEvent;
3434
import com.lunarclient.apollo.event.player.ApolloRegisterPlayerEvent;
3535
import com.lunarclient.apollo.event.player.ApolloUnregisterPlayerEvent;
36-
import com.lunarclient.apollo.module.paynow.PayNowEmbeddedCheckoutSupport;
3736
import com.lunarclient.apollo.module.modsetting.ModSettingModule;
3837
import com.lunarclient.apollo.module.modsettings.ModSettingModuleImpl;
38+
import com.lunarclient.apollo.module.paynow.PayNowEmbeddedCheckoutSupport;
3939
import com.lunarclient.apollo.module.tebex.TebexEmbeddedCheckoutSupport;
4040
import com.lunarclient.apollo.network.NetworkOptions;
4141
import com.lunarclient.apollo.player.v1.PlayerHandshakeMessage;

0 commit comments

Comments
 (0)