mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
increase length of default room name to 5 chars
There are conflicts on relay. So while it's still relevant, reduce 'em.
This commit is contained in:
parent
5d86743857
commit
105f93f3ab
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@ public class GameUtils {
|
||||||
{
|
{
|
||||||
Assert.assertTrue( 0 != gameID );
|
Assert.assertTrue( 0 != gameID );
|
||||||
// substring: Keep it short so fits in SMS better
|
// substring: Keep it short so fits in SMS better
|
||||||
return String.format( "%X", gameID ).substring( 0, 4 );
|
return String.format( "%X", gameID ).substring( 0, 5 );
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String makeRandomID()
|
public static String makeRandomID()
|
||||||
|
|
Loading…
Reference in a new issue