mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-22 20:09:35 +08:00
添加了500万
This commit is contained in:
parent
ea4100e518
commit
38830b7c4f
@ -309,7 +309,7 @@ namespace Oshima.Core.Controllers
|
||||
if (pc.Count == 0)
|
||||
{
|
||||
User user = Factory.GetUser(userid, username, DateTime.Now, DateTime.Now, userid + "@qq.com", username);
|
||||
user.Inventory.Credits = 5000;
|
||||
user.Inventory.Credits = 5000000;
|
||||
pc.Add("user", user);
|
||||
pc.SaveConfig();
|
||||
return NetworkUtility.JsonSerialize($"创建存档成功!你的用户名是【{username}】。");
|
||||
|
Loading…
x
Reference in New Issue
Block a user