Skip to content

Commit

Permalink
remove debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
matiascalegaris committed Aug 9, 2023
1 parent eb245e5 commit c0b58b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Codigo/modSendData.bas
Original file line number Diff line number Diff line change
Expand Up @@ -695,13 +695,10 @@ Private Sub SendToUserAliveAreaButindex(ByVal UserIndex As Integer, ByRef Buffer
Dim LoopC As Long
Dim tempIndex As Integer
Dim Map As Integer
Dim enviaDatos As Boolean

100 If UserIndex = 0 Then Exit Sub

102 Map = UserList(UserIndex).Pos.Map
Dim PerformanceTimer As Long
104 Call PerformanceTestStart(PerformanceTimer)
106 If Not MapaValido(Map) Then Exit Sub
108 With UserList(UserIndex)
110 For LoopC = 1 To ConnGroups(Map).CountEntrys
Expand All @@ -712,7 +709,6 @@ Private Sub SendToUserAliveAreaButindex(ByVal UserIndex As Integer, ByRef Buffer
End If
End If
120 Next LoopC
122 Call PerformTimeLimitCheck(PerformanceTimer, "send to alive but index", 3)
End With
Exit Sub

Expand Down

0 comments on commit c0b58b1

Please sign in to comment.