Changes for issue #51

This commit is contained in:
Michael J. Seiferling
2016-06-03 19:50:04 -06:00
parent b8b4c63910
commit f839793071
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