From f2bee7b519108115a63ca1cf6ef1ae5906daec72 Mon Sep 17 00:00:00 2001 From: BiSaXa <1669855+BiSaXa@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:56:21 +0300 Subject: final commit before rewrite --- classes/userCmdInfo.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'classes/userCmdInfo.go') diff --git a/classes/userCmdInfo.go b/classes/userCmdInfo.go index 55a8546..d2de229 100644 --- a/classes/userCmdInfo.go +++ b/classes/userCmdInfo.go @@ -1,6 +1,8 @@ package classes import ( + "fmt" + "github.com/bisaxa/demoparser/utils" ) @@ -29,8 +31,8 @@ func UserCmdInfoInit(byteArr []byte, size int32) (output UserCmdInfo) { failedCount := 0 looped := 0 classIndex := 0 - // fmt.Println(byteArr) - // fmt.Printf("%08b", byteArr) + //fmt.Println(byteArr) + fmt.Printf("%08b\n", byteArr) for i := 0; i < 9; i++ { if successCount+failedCount > 7 { failedCount = -successCount -- cgit v1.2.3