Improve some texts

This commit is contained in:
miruka
2019-08-16 09:47:44 -04:00
parent 564ad4fa8f
commit c76ebe4fe2
4 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,6 @@ class Event(ModelItem):
# Local echoes always stay first.
if self.is_local_echo and not other.is_local_echo:
return True
if other.is_local_echo and not self.is_local_echo:
return False