Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f193d8a805 | ||
|
|
00960eb3f7 |
@@ -13,7 +13,7 @@ public static class AddFriendButton
|
|||||||
Name = "Add Friend",
|
Name = "Add Friend",
|
||||||
GetText = player => "加好友",
|
GetText = player => "加好友",
|
||||||
Condition = player =>
|
Condition = player =>
|
||||||
!PlayerManager.IsLocalPlayer(PlayerManager.LocalPlayer)
|
!PlayerManager.IsLocalPlayer(player)
|
||||||
&& !player.IsFriend,
|
&& !player.IsFriend,
|
||||||
OnClick = player =>
|
OnClick = player =>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
### v4.0.5
|
||||||
|
|
||||||
|
1. 修复了加好友按钮始终不显示的问题 *难道他真的是猪??*
|
||||||
|
|
||||||
### v4.0.4
|
### v4.0.4
|
||||||
|
|
||||||
1. 房间列表现在在房间内也显示,但是点击无效
|
1. 房间列表现在在房间内也显示,但是点击无效
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<TargetFramework>net35</TargetFramework>
|
<TargetFramework>net35</TargetFramework>
|
||||||
<AssemblyName>stick.plugins.playermanager</AssemblyName>
|
<AssemblyName>stick.plugins.playermanager</AssemblyName>
|
||||||
<Product>PlayerManager</Product>
|
<Product>PlayerManager</Product>
|
||||||
<Version>4.0.4</Version>
|
<Version>4.0.5</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<RestoreAdditionalProjectSources>
|
<RestoreAdditionalProjectSources>
|
||||||
|
|||||||
Reference in New Issue
Block a user