Revert "Changes for issue #51"

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