diff --git a/csgo/demo_loader.go b/csgo/demo_loader.go index 6866439..bf4bd35 100644 --- a/csgo/demo_loader.go +++ b/csgo/demo_loader.go @@ -367,6 +367,8 @@ func (dml *DemoMatchLoader) greetGC() { for !dml.GCReady { log.Debugf("[DL] Sending GC greeting") msg := protobuf.CMsgClientHello{} + pVersion := steamlang.MsgClientLogon_CurrentProtocol + msg.Version = &pVersion dml.client.GC.Write(gamecoordinator.NewGCMsgProtobuf(APPID, uint32(protobuf.EGCBaseClientMsg_k_EMsgGCClientHello), &msg)) time.Sleep(1 * time.Second) }