Updated forge
This commit is contained in:
@ -1818,7 +1818,7 @@
|
||||
finally
|
||||
{
|
||||
@@ -1135,19 +2442,18 @@
|
||||
{
|
||||
|
||||
if (itemstack.getItem() == Items.written_book && itemstack1.getItem() == Items.writable_book)
|
||||
{
|
||||
- itemstack1.setTagInfo("author", new NBTTagString(this.playerEntity.getCommandSenderName()));
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- ../src-base/minecraft/net/minecraft/network/rcon/RConThreadClient.java
|
||||
+++ ../src-work/minecraft/net/minecraft/network/rcon/RConThreadClient.java
|
||||
@@ -53,6 +53,8 @@
|
||||
@@ -52,6 +52,8 @@
|
||||
|
||||
BufferedInputStream bufferedinputstream = new BufferedInputStream(this.clientSocket.getInputStream());
|
||||
int i = bufferedinputstream.read(this.buffer, 0, 1460);
|
||||
|
||||
+
|
||||
+ if (i == -1) this.running = false; // Cauldron
|
||||
+
|
||||
if (10 <= i)
|
||||
|
||||
if (10 > i)
|
||||
{
|
||||
byte b0 = 0;
|
||||
|
Reference in New Issue
Block a user