diff --git a/pyproject.toml b/pyproject.toml index 6a3fced9..c67d3c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.15.4" + version = "5.15.5" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalpack/tables/steam.py b/royalpack/tables/steam.py index 0dbdd297..6e112dc2 100644 --- a/royalpack/tables/steam.py +++ b/royalpack/tables/steam.py @@ -78,7 +78,7 @@ class Steam: "dota": self.dota.json() if self.dota is not None else None, "brawlhalla": self.brawlhalla.json() if self.brawlhalla is not None else None, "trionfistatus": self.trionfistatus.json() if (self.trionfistatus is not None and self.trionfistatus.zero - is not None) else None, + is not None and self._steamid != 76561198034314260) else None, } def __repr__(self):