Advertisement
Guest User

Untitled

a guest
Nov 8th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  1. --- EcheLOn.py.21921    2018-11-08 09:17:22.085121096 -0500
  2. +++ EcheLOn.py  2018-11-08 09:25:36.501676039 -0500
  3. @@ -682,7 +682,7 @@
  4.          break
  5.  
  6.      if online == False:
  7. -      stats = self.leaderboard.getProfile(player + "@" + str(recipient).split('@')[1])
  8. +      stats = self.leaderboard.getProfile(player + "@" + str(to).split('@')[1])
  9.      stz = ProfileXmppPlugin()
  10.      iq = self.Iq()
  11.      iq['type'] = 'result'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement