Change clock timer to be 35 seconds

This commit is contained in:
Shaun Bennett 2014-08-03 13:28:56 -05:00
parent 69aa881ba2
commit 69b709b3ab
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ import mineplex.hub.server.ui.ServerNpcShop;
public class ServerManager extends MiniPlugin
{
private static final Long FREE_PORTAL_TIMER = 20000L;
private static final Long FREE_PORTAL_TIMER = 35000L;
private CoreClientManager _clientManager;
private DonationManager _donationManager;