Skip to content

Commit

Permalink
Fix world spawn fuzz.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Feb 12, 2017
1 parent 0e9d741 commit 450c3a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
+ {
+ if (spawnFuzz < 2) spawnFuzz = 2;
+ int spawnFuzzHalf = spawnFuzz / 2;
+ ret = field_76579_a.func_175672_r(ret.func_177982_a(field_76579_a.field_73012_v.nextInt(spawnFuzzHalf) - spawnFuzz, 0, field_76579_a.field_73012_v.nextInt(spawnFuzzHalf) - spawnFuzz));
+ ret = field_76579_a.func_175672_r(ret.func_177982_a(field_76579_a.field_73012_v.nextInt(spawnFuzz) - spawnFuzzHalf, 0, field_76579_a.field_73012_v.nextInt(spawnFuzz) - spawnFuzzHalf));
+ }
+
+ return ret;
Expand Down

0 comments on commit 450c3a8

Please sign in to comment.