Skip to content

Commit

Permalink
allow friends to cheat on each other
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-crow committed Feb 12, 2022
1 parent a754dd9 commit 5a5f739
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DaS-PC-MPChan/MainWindow.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions DaS-PC-MPChan/MainWindow.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,13 @@ Public Class MainWindow
idString = idString.ToLower()
Dim idStringNoted = idString + blockType

'allow friends to cheat on each other
For Each Row In dgvFavoriteNodes.Rows
If Row.Cells("steamId").Value = idString Then
Return
End If
Next

If dgvBlockedNodes.Rows.Count < 200 Then
Dim BlockRegistryKey As RegistryKey = Registry.CurrentUser.OpenSubKey("Software\DSCM\BlockedNodes", True)
Dim str2 As String = Conversions.ToString(Convert.ToInt64(idString, 16))
Expand Down
8 changes: 4 additions & 4 deletions UpdateInfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
202202120
202202120
https://github.com/metal-crow/DaS-PC-MPChan/releases/download/202202120/DSCM.zip
https://github.com/metal-crow/DaS-PC-MPChan/releases/download/202202120/DSCM.zip
202202121
202202121
https://github.com/metal-crow/DaS-PC-MPChan/releases/download/202202121/DSCM.zip
https://github.com/metal-crow/DaS-PC-MPChan/releases/download/202202121/DSCM.zip

0 comments on commit 5a5f739

Please sign in to comment.