Merge branch 'pregametutorial' of http://184.154.0.242:7990/scm/min/mineplex into type-wars
This commit is contained in:
commit
3128a6005b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user