mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-23 21:52:35 +01:00
call refreshcorsstatus
This commit is contained in:
parent
462d9ffb45
commit
a4f38f9288
@ -60,6 +60,7 @@ function setCorsProxy(url) {
|
||||
|
||||
// Heroku sleeps in 30 minutes, let's call it every 10 minutes to keep the same address, so Mojang see it as less suspect
|
||||
setInterval(refreshCorsStatus, 10 * 60 * 1000);
|
||||
refreshCorsStatus();
|
||||
|
||||
function loginMc(user, pass) {
|
||||
var clientToken = uuid.v4();
|
||||
|
Loading…
Reference in New Issue
Block a user