mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Update few more modules
This commit is contained in:
@@ -53,7 +53,7 @@ export function toFriendRemove(client: IClient): FriendStatusData {
|
||||
}
|
||||
|
||||
export function toFriend(client: IClient): FriendStatusData {
|
||||
if (client.isConnected) {
|
||||
if (client.isConnected()) {
|
||||
return toFriendOnline(client);
|
||||
} else {
|
||||
return toFriendOffline(client);
|
||||
|
||||
Reference in New Issue
Block a user