diff --git a/pyweb/mumble/mmobjects.py b/pyweb/mumble/mmobjects.py index 6c30165..6b1c7fe 100644 --- a/pyweb/mumble/mmobjects.py +++ b/pyweb/mumble/mmobjects.py @@ -308,7 +308,7 @@ class mmPlayer( object ): if authed: if "ipaddress" in self.player_obj: pldata["x_addrstring"] = self.ipaddress - else: + elif "address" in pldata: del pldata["address"] if self.channel.server.hasUserTexture(self.userid):