Add help text in server friend profile

This commit is contained in:
Melledy
2023-11-25 18:19:10 -08:00
parent 01b391684d
commit d14e9bda79

View File

@@ -20,6 +20,7 @@ public class PacketGetFriendListInfoScRsp extends BasePacket {
var consoleFriend = SimpleInfo.newInstance()
.setUid(GameConstants.SERVER_CONSOLE_UID)
.setNickname("Server")
.setSignature("Type /help for a list of commands")
.setLevel(1)
.setOnlineStatus(FriendOnlineStatus.FRIEND_ONLINE_STATUS_ONLINE)
.setPlatformType(PlatformType.PC)