This commit is contained in:
shedaniel
2022-07-14 22:03:52 +08:00
parent 37c5c7d1fe
commit 216556bab6

View File

@@ -46,7 +46,9 @@ public class ClientNetworkingManager {
for (int i = 0; i < size; i++) {
receivables.add(buffer.readResourceLocation());
}
NetworkManager.sendToServer(NetworkManagerImpl.SYNC_IDS, NetworkManagerImpl.sendSyncPacket(NetworkManagerImpl.C2S));
context.queue(() -> {
NetworkManager.sendToServer(NetworkManagerImpl.SYNC_IDS, NetworkManagerImpl.sendSyncPacket(NetworkManagerImpl.C2S));
});
});
}