1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Start Delay for GitHub Task

This commit is contained in:
TheBusyBiscuit 2017-01-18 12:45:28 +01:00
parent 1c94e66898
commit a435545aa5

View File

@ -366,7 +366,7 @@ public class SlimefunStartup extends JavaPlugin {
connector.pullFile();
}
}
}, 0L, 20 * 60 * 20L);
}, 60L, 20 * 60 * 20L);
// Hooray!
System.out.println("[Slimefun] Finished!");