mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-16 15:24:44 +01:00
Add help text in server friend profile
This commit is contained in:
@@ -20,6 +20,7 @@ public class PacketGetFriendListInfoScRsp extends BasePacket {
|
|||||||
var consoleFriend = SimpleInfo.newInstance()
|
var consoleFriend = SimpleInfo.newInstance()
|
||||||
.setUid(GameConstants.SERVER_CONSOLE_UID)
|
.setUid(GameConstants.SERVER_CONSOLE_UID)
|
||||||
.setNickname("Server")
|
.setNickname("Server")
|
||||||
|
.setSignature("Type /help for a list of commands")
|
||||||
.setLevel(1)
|
.setLevel(1)
|
||||||
.setOnlineStatus(FriendOnlineStatus.FRIEND_ONLINE_STATUS_ONLINE)
|
.setOnlineStatus(FriendOnlineStatus.FRIEND_ONLINE_STATUS_ONLINE)
|
||||||
.setPlatformType(PlatformType.PC)
|
.setPlatformType(PlatformType.PC)
|
||||||
|
|||||||
Reference in New Issue
Block a user