From a326508e37fd8a716730f1aed9e13d9423e2c4d2 Mon Sep 17 00:00:00 2001 From: GittyMac Date: Thu, 14 Jul 2022 22:34:16 -0400 Subject: [PATCH] Updated FKUser comments and variables. --- A1Emu/FKObjects/FKUser.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/A1Emu/FKObjects/FKUser.cs b/A1Emu/FKObjects/FKUser.cs index ccf22a2..31e3334 100644 --- a/A1Emu/FKObjects/FKUser.cs +++ b/A1Emu/FKObjects/FKUser.cs @@ -24,8 +24,10 @@ public class FKUser //3 - Partying public int status; + //If the user owns a phone. + public int phoneStatus; + //If the user is online. - //TODO - See if this is set by the game. public int isOnline; //Buddy Lists