Skip to content

Commit

Permalink
Edited The Lobby time
Browse files Browse the repository at this point in the history
  • Loading branch information
Funergy committed Sep 27, 2014
1 parent 8435be1 commit 75e27f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorldAtWar/src/com/funergy/wow/timers/LobbyTimer.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class LobbyTimer {

public LobbyTimer(){
new BukkitRunnable(){
int i = 30;
int i = 35;
@Override
public void run() {
if(main.getGameState().equalsIgnoreCase("LOBBY")){
Expand Down

0 comments on commit 75e27f2

Please sign in to comment.