screp
screp copied to clipboard
APM overcounting
Seems like currently all commands are being counted towards APM including system level ones like Hash (TypeIDSync) and etc
I would recommend a switch statement over baseCmd.Type.ID in replay.go:102 to determine which ones should be counted, or maybe a bool in Type in repcmd/types.go