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

This commit is contained in:
Sarah 2015-11-26 16:06:53 +01:00
commit 3128a6005b

View File

@ -17,7 +17,7 @@ public class TutorialText
public TutorialText(String text, int id)
{
this(text, text.length() + 20, id);
this(text, (int) (Math.round(1.5 * text.length()) + 25), id);
}
public String getText()