3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 21:10:17 +01:00

Sign exploit fix is spammy no more. Probably.

Dieser Commit ist enthalten in:
Dinnerbone 2011-03-09 16:56:22 +00:00
Ursprung c607d212d4
Commit 63f0de5128

Datei anzeigen

@ -783,7 +783,8 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
int y = packet130updatesign.b;
int z = packet130updatesign.c;
server.getLogger().severe("Player " + getPlayer().getName() + "/" + getPlayer().getAddress().toString() + " just tried to change the sign text at " +
x + "," + y + "," + z + " - very likely an exploit attempt. Recommend ban.");
x + "," + y + "," + z + " - very likely an exploit attempt. Recommend ban, and sending a package of joy their way.");
this.d.f.a(new Packet1Login("", "", 0, 0, (byte)0));
return;
}
}