Fixes the logic of MessagePredicate.greater and MessagePredicate.less (#3004)

* Fixes the logic of MessagePredicate.greater and MessagePredicate.less

* Create 3004.bugfix.rst
This commit is contained in:
Flame442
2019-09-18 17:15:24 -04:00
committed by Michael H
parent 4546ca9ba6
commit 7f22d27d51
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
Fixed MessagePredicate.greater and MessagePredicate.less allowing any valid int instead of only valid ints/floats that are greater/less than the given value.