mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 12:10:56 +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);
|
||||
player.sendPluginMessage(plugin, "BungeeCord", out.toByteArray());
|
||||
}
|
||||
}, 5L);
|
||||
}, 20L);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user