diff --git a/rustplus/__init__.py b/rustplus/__init__.py index ff0beb8..2e54399 100644 --- a/rustplus/__init__.py +++ b/rustplus/__init__.py @@ -10,5 +10,5 @@ __name__ = "rustplus" __author__ = "olijefferson" -__version__ = "5.2.3" +__version__ = "5.2.4" __support__ = "Discord: https://discord.gg/nQqJe8qvP8" diff --git a/rustplus/api/rust_api.py b/rustplus/api/rust_api.py index 21ac516..779b785 100644 --- a/rustplus/api/rust_api.py +++ b/rustplus/api/rust_api.py @@ -184,7 +184,6 @@ async def get_map(self, add_icons: bool = False, add_events: bool = False, add_v if add_events: if marker.type == 2 or marker.type == 4 or marker.type == 5 or marker.type == 6 or marker.type == 8: icon = convert_marker(str(marker.type), marker.rotation) - print(marker.type) if marker.type == 8: icon.show() if marker.type == 6: