ResourcePack: Lengthen timeout from 10 seconds to 20 seconds

This commit is contained in:
libraryaddict 2015-05-04 04:13:23 +12:00
parent 9986bd6ee5
commit b58bef1bd8
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
{
Entry<String, Long> entry = itel.next();
if (UtilTime.elapsed(entry.getValue(), 10000))
if (UtilTime.elapsed(entry.getValue(), 20000))
{
Player player = Bukkit.getPlayerExact(entry.getKey());