mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-17 04:11:33 +01:00
Incrase connectPlayer delay #1133
This commit is contained in:
parent
9381d024cd
commit
e775e415f2
@ -51,7 +51,7 @@ public class BungeeService implements SettingsDependent {
|
|||||||
out.writeUTF(bungeeServer);
|
out.writeUTF(bungeeServer);
|
||||||
player.sendPluginMessage(plugin, "BungeeCord", out.toByteArray());
|
player.sendPluginMessage(plugin, "BungeeCord", out.toByteArray());
|
||||||
}
|
}
|
||||||
}, 5L);
|
}, 20L);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user