find * -type f -print0 | xargs -0 sed -i 's/1.6.2/1.6.4/g'

This commit is contained in:
md_5
2013-09-20 19:51:57 +10:00
parent 703a393888
commit a7a32509c7
7 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ public class PingHandler extends PacketHandler
@Override
public void connected(ChannelWrapper channel) throws Exception
{
// TODO: Update this to 1.6.2 style!
// TODO: Update this to 1.6.4 style!
channel.write( Unpooled.wrappedBuffer( new byte[]
{
(byte) 0xFE, (byte) 0x01