Skip to content

Commit 194c174

Browse files
authored
Merge pull request #7 from FlashyReese/patch-1
Fixes #6
2 parents 818ed31 + 7d5aca5 commit 194c174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dimthread/mixin/ServerChunkManagerMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.spongepowered.asm.mixin.injection.Redirect;
1818
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
1919

20-
@Mixin(ServerChunkManager.class)
20+
@Mixin(value = ServerChunkManager.class, priority = 1001)
2121
public abstract class ServerChunkManagerMixin extends ChunkManager implements IMutableMainThread {
2222

2323
@Shadow @Final @Mutable private Thread serverThread;

0 commit comments

Comments
 (0)