mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-06 08:22:00 +03:00
Update and rename SyncAll.java to SyncUP.java
This commit is contained in:
parent
3f4cc1fee4
commit
75fb78a13e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
import java.io.IOException;
|
||||
|
||||
public final class SyncAll extends Command {
|
||||
public SyncAll(LaunchServer server) {
|
||||
public final class SyncUP extends Command {
|
||||
public SyncUP(LaunchServer server) {
|
||||
super(server);
|
||||
}
|
||||
|
Loading…
Reference in a new issue