misc UI stuff, gamesession additions, limbs don't have individual health anymore, background music
This commit is contained in:
@@ -53,11 +53,11 @@ namespace Subsurface.Networking
|
||||
{
|
||||
if (isClient)
|
||||
{
|
||||
if (Game1.server != null) return;
|
||||
if (Game1.Server != null) return;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Game1.server == null) return;
|
||||
if (Game1.Server == null) return;
|
||||
}
|
||||
|
||||
eventType = type;
|
||||
|
||||
Reference in New Issue
Block a user