mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 15:12:13 -07:00
Changed tabs to 4 spaces, removed unnecessary imports
This commit is contained in:
@@ -6,7 +6,7 @@ import net.minecraft.server.MinecraftServer;
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
// Todo: Installation script
|
||||
|
||||
|
||||
try {
|
||||
MinecraftServer.main(args);
|
||||
} catch (Throwable t) {
|
||||
|
Reference in New Issue
Block a user