mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 13:54:37 +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()
|
||||
.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)
|
||||
|
||||
Reference in New Issue
Block a user