mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-27 12:26:23 -05:00
Somehow missed the actual insert code
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user