Merge branch 'pregametutorial' of http://184.154.0.242:7990/scm/min/mineplex into type-wars

This commit is contained in:
Sarah 2015-12-19 13:00:49 +01:00
commit 7327d9463f

View File

@ -77,7 +77,7 @@ public abstract class GameTutorial
}
else
{
newText[i] = phase.getText()[i];
newText[i] = phase.getText()[i - 1];
}
}
phase.setText(newText);