Changes for issue #51

This commit is contained in:
Michael J. Seiferling
2016-06-03 19:53:52 -06:00
parent 761fed64cc
commit 0ad4fd890d
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -227,7 +227,6 @@
If ID <> oGame.ID Then
Return False
End If
If Name <> oGame.Name Then
Return False
End If
@@ -255,6 +254,9 @@
If Hours <> oGame.Hours Then
Return False
End If
If MonitorOnly <> oGame.MonitorOnly Then
Return False
End If
Return True
End If
End Function