correct type
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m49s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m49s
This commit is contained in:
@@ -102,7 +102,7 @@ func (m *TCPCartServerMux) HandleConnection(connection net.Conn) error {
|
||||
return err
|
||||
}
|
||||
|
||||
data, err := GetPacketData(connection, int(packet.DataLength))
|
||||
data, err := GetPacketData(connection, packet.DataLength)
|
||||
if err != nil {
|
||||
log.Printf("Error getting packet data: %v\n", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user