Admin can play in multiplayer, backgroundsprites, fixrequirement bugfix, the condition of the reactor won't detoriate when it's running
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Subsurface
|
||||
|
||||
public void StartShift(TimeSpan duration, Level level, bool reloadSub = true)
|
||||
{
|
||||
Game1.LightManager.LosEnabled = (Game1.Server==null);
|
||||
Game1.LightManager.LosEnabled = (Game1.Server==null && Character.Controlled==null);
|
||||
|
||||
this.level = level;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user