Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonyyu-1 authored Jul 9, 2024
1 parent e991e99 commit 2b0cebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ async function main() {
let furchunks = getfurChunks(chunkX, chunkZ, lastchunkX, lastchunkZ);

if(lastchunkX !== null){
afilterchunkdata(chunkX, chunkZ, lastchunkX, lastchunkZ);
filterchunkdata(chunkX, chunkZ, lastchunkX, lastchunkZ);
}


Expand Down

0 comments on commit 2b0cebd

Please sign in to comment.