1
0
Fork 0

取消报错,直接返回

kcx-1614
聪聪 2017-07-13 22:47:05 +08:00
parent a3ee982fa6
commit 4954c37706
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,15 @@
private static final String __OBFID = "CL_00000164";
public BiomeDecorator()
@@ -94,7 +103,7 @@
{
if (this.currentWorld != null)
{
- throw new RuntimeException("Already decorating!!");
+ return;
}
else
{
@@ -194,7 +203,7 @@
{
k = this.chunk_X + this.randomGenerator.nextInt(16) + 8;