mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Fix preferences having null client (#1301)
Someone forgot to put this in here.
This commit is contained in:
@@ -261,6 +261,7 @@
|
||||
preferences_datums[ckey] = prefs
|
||||
|
||||
prefs.gather_notifications(src)
|
||||
prefs.client = src // Safety reasons here.
|
||||
prefs.last_ip = address //these are gonna be used for banning
|
||||
prefs.last_id = computer_id //these are gonna be used for banning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user