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:
@@ -59,7 +59,7 @@ namespace Subsurface.Networking
|
||||
{
|
||||
if (isClient)
|
||||
{
|
||||
if (Game1.Server != null) return;
|
||||
if (Game1.Server != null && Game1.Server.Character == null) return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user