Something
This commit is contained in:
5
main.go
5
main.go
@@ -380,7 +380,7 @@ func handleRequest(conn net.Conn) {
|
||||
break
|
||||
}
|
||||
// Handle block entity query logic here
|
||||
player.queryBlockEntityTag(transactionID, position)
|
||||
//player.queryBlockEntityTag(transactionID, position)
|
||||
|
||||
case 0x02: // Change Difficulty
|
||||
difficulty, err := packetData.ReadByte()
|
||||
@@ -403,7 +403,8 @@ func handleRequest(conn net.Conn) {
|
||||
break
|
||||
}
|
||||
// Acknowledge message logic here
|
||||
player.acknowledgeMessage(messageCount)
|
||||
messageCount = messageCount
|
||||
//player.acknowledgeMessage(messageCount)
|
||||
|
||||
case 0x04, 0x05: // Chat Command & Signed Chat Command
|
||||
command, err := receiveString(packetData)
|
||||
|
Reference in New Issue
Block a user