Skip to content

Commit

Permalink
Correct FIND_CHUNKS_FOR_SPAWNING_DESC in deobf
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kirby authored Jun 7, 2020
1 parent ef7d33e commit 71c751c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void injectData(Map<String, Object> data) {

// Why is this entirely obfuscated in production?
SevPatchesLoadingPlugin.FIND_CHUNKS_FOR_SPAWNING = dev ? "findChunksForSpawning" : "a";
SevPatchesLoadingPlugin.FIND_CHUNKS_FOR_SPAWNING_DESC = dev ? "(Lnet/minecraft/world/WorldEntitySpawner;Lnet/minecraft/world/WorldServer;ZZZ)I" : "(Loo;ZZZ)I";
SevPatchesLoadingPlugin.FIND_CHUNKS_FOR_SPAWNING_DESC = dev ? "(Lnet/minecraft/world/WorldServer;ZZZ)I" : "(Loo;ZZZ)I";
SevPatchesLoadingPlugin.VEC_3I_DISTANCE_SQ = dev ? "distanceSq" : "f";
SevPatchesLoadingPlugin.VEC_3I_DISTANCE_SQ_DESC = "(DDD)D";
}
Expand Down

0 comments on commit 71c751c

Please sign in to comment.