From 27cb69fc5beb5f8fac03b997a928f67bfc4ee8f9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 13 Oct 2020 22:35:46 +0200 Subject: [PATCH] sasdasdas --- pyproject.toml | 2 +- royalpack/tables/steam.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):