This commit is contained in:
recroom2016tutorial
2022-04-03 22:28:45 -04:00
parent 001423935c
commit 02dfb1e409
7 changed files with 138 additions and 182 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Runtime.CompilerServices;
using server;
using System.IO;
namespace vaultgamesesh
{
@@ -23,7 +24,7 @@ namespace vaultgamesesh
}
return new c000020.c000022
{
PlayerId = APIServer.CachedPlayerID,
PlayerId = Convert.ToUInt64(File.ReadAllText("SaveData\\Profile\\userid.txt")),
IsOnline = true,
PlayerType = 2,
GameSession = gameSession