Fixed Sync ID issue
This commit is contained in:
@@ -228,6 +228,10 @@
|
||||
If oGame Is Nothing Then
|
||||
Return False
|
||||
Else
|
||||
If ID <> oGame.ID Then
|
||||
Return False
|
||||
End If
|
||||
|
||||
If Name <> oGame.Name Then
|
||||
Return False
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user