mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
User/Fixup
* user linked characters where also uninitialized
This commit is contained in:
@@ -22,7 +22,7 @@ class User
|
|||||||
private static int $excludeGroups = 1;
|
private static int $excludeGroups = 1;
|
||||||
|
|
||||||
public static Locale $preferedLoc;
|
public static Locale $preferedLoc;
|
||||||
private static LocalProfileList $profiles;
|
private static ?LocalProfileList $profiles = null;
|
||||||
|
|
||||||
public static function init()
|
public static function init()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user