Reminder
This commit is contained in:
parent
fdbde2e0a6
commit
c7aeef43dd
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ public class SendFiles extends DataHandler {
|
||||||
protected void runOnGameThread(Minecraft client, MinecraftServer server, boolean isClient) {
|
protected void runOnGameThread(Minecraft client, MinecraftServer server, boolean isClient) {
|
||||||
if (acceptFiles()) {
|
if (acceptFiles()) {
|
||||||
BCLib.LOGGER.info("Writing Files:");
|
BCLib.LOGGER.info("Writing Files:");
|
||||||
|
|
||||||
|
//TODO: Reject files that were not in the last RequestFiles.
|
||||||
for (Pair<AutoFileSyncEntry, byte[]> entry : receivedFiles) {
|
for (Pair<AutoFileSyncEntry, byte[]> entry : receivedFiles) {
|
||||||
final AutoFileSyncEntry e = entry.first;
|
final AutoFileSyncEntry e = entry.first;
|
||||||
final byte[] data = entry.second;
|
final byte[] data = entry.second;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue