Fixed max-idle-time

This commit is contained in:
Garbage Mule 2011-07-04 18:30:52 +02:00
parent f2139699f2
commit 7d1742d6a9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1166,7 +1166,7 @@ public class Arena
MAUtils.tellPlayer(p, MAMessages.get(Msg.FORCE_END_IDLE));
}
}
}, maxIdleTime*20);
}, maxIdleTime);
}
/**