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