Fix doc README and answer lex's question
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
parent
935cb6782d
commit
3fe5ddd68f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<img src="assets/Forge_logo.svg">
|
||||
![Forge Logo](assets/Forge_logo.svg)
|
||||
|
||||
MinecraftForge
|
||||
=============
|
||||
|
|
|
@ -103,7 +103,7 @@ public class LaunchTesting
|
|||
}
|
||||
|
||||
Launcher.main(lst.getArguments());
|
||||
Thread.sleep(10000);// Why do we have this? -Lex 03/06/19
|
||||
Thread.sleep(10000);// Why do we have this? -Lex 03/06/19 // because there's daemon threads that should cleanly exit -cpw 04/10/20
|
||||
}
|
||||
|
||||
private static String getRandomNumbers(int length)
|
||||
|
|
Loading…
Reference in a new issue