Skip to content

Commit

Permalink
Refactor logging format for SID messages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Feb 23, 2023
1 parent 165bceb commit cee1161
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 116 deletions.
4 changes: 2 additions & 2 deletions BNRBot.rbvcp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ BuildSteps=Build Automation;src/Build Automation.rbbas;&h34A09FFF;&h18062FFF;fal
FileTypeSet=FileTypes;src/FileTypes.rbbas;&h3DF2FFF;&h18062FFF;false
MajorVersion=2
MinorVersion=14
SubVersion=0
NonRelease=91
SubVersion=1
NonRelease=92
Release=3
InfoVersion=Battle.Net Realbasic Bot
LongVersion=(c) 2011-2020 Carl Bennett
Expand Down
6 changes: 3 additions & 3 deletions src/Modules/Globals.rbbas
Original file line number Diff line number Diff line change
Expand Up @@ -1645,9 +1645,9 @@ Protected Module Globals
Function NeedsCDKey(Product As UInt32) As Boolean

Select Case Product
Case Packets.BNETProduct_STAR
Case Packets.BNETProduct_SEXP
Case Packets.BNETProduct_JSTR
//Case Packets.BNETProduct_STAR (Defunct as of Starcraft Remastered)
//Case Packets.BNETProduct_SEXP (Defunct as of Starcraft Remastered)
//Case Packets.BNETProduct_JSTR (Defunct as of Starcraft Remastered)
Case Packets.BNETProduct_D2DV
Case Packets.BNETProduct_D2XP
Case Packets.BNETProduct_W2BN
Expand Down
Loading

0 comments on commit cee1161

Please sign in to comment.