GameMode/CrewManager bugfixes, fabricators

This commit is contained in:
Regalis
2015-06-19 11:53:31 +03:00
parent 2ef92c4af0
commit 24ba9b1b98
26 changed files with 420 additions and 98 deletions

View File

@@ -240,8 +240,8 @@ namespace Subsurface.Networking
TimeSpan duration = new TimeSpan(0,(int)durationMinutes,0);
//int gameModeIndex = inc.ReadInt32();
Game1.GameSession = new GameSession(Map.Loaded, duration);
Game1.GameSession.StartShift(1);
Game1.GameSession = new GameSession(Map.Loaded);
Game1.GameSession.StartShift(duration, 1);
myCharacter = ReadCharacterData(inc);
Character.Controlled = myCharacter;