mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 21:25:51 +00:00
0.6.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user