Skip to content

Commit

Permalink
close #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellobaka committed Nov 11, 2024
1 parent 3858a8f commit 9cd8b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion me.cqp.luohuaming.iKun.Code/OrderFunctions/Ascend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public FunctionResult Execute(CQGroupMessageEventArgs e)
}
if (kun.Weight < Kun.GetLevelWeightLimit(kun.Level))
{
sendText.MsgToSend.Add(string.Format(AppConfig.ReplyAscendNoWeightLimit, kun.Weight.ToShortNumber(), Kun.GetLevelWeightLimit(kun.Level)));
sendText.MsgToSend.Add(string.Format(AppConfig.ReplyAscendNoWeightLimit, kun.Weight.ToShortNumber(), Kun.GetLevelWeightLimit(kun.Level).ToShortNumber()));
return result;
}
if (!InventoryItem.TryRemoveItem(player, Items.Coin().ID, AppConfig.ValueAscendCoinConsume, out int currentCoin))
Expand Down

0 comments on commit 9cd8b92

Please sign in to comment.