mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-18 16:21:34 -05:00
Somehow missed the actual insert code
This commit is contained in:
parent
38c2b97daf
commit
acf67b2857
|
|
@ -332,7 +332,7 @@ class GamespyDatabase(object):
|
|||
logger.log(-1, q2)
|
||||
|
||||
c = self.conn.cursor()
|
||||
c.execute(q, [userProfileId, buddyProfileId, now, 0, 0]) # 0 will mean not authorized
|
||||
c.execute(q, [userProfileId, buddyProfileId, now, 0, 0, ""]) # 0 will mean not authorized
|
||||
self.conn.commit()
|
||||
|
||||
def auth_buddy(self, userProfileId, buddyProfileId):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user