Fixed Sync ID issue

This commit is contained in:
Michael J. Seiferling
2015-11-14 15:55:05 -06:00
parent e13b6cd58b
commit 040d6c4bf3
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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