v0.1.2: Asynchronous master server connections, largefont, traitor mode ends when traitor dies or sub reaches end of level
This commit is contained in:
@@ -155,7 +155,7 @@ namespace Subsurface
|
||||
|
||||
if (startDrone!=null)
|
||||
{
|
||||
if (!SoundManager.IsPlaying(startDrone.AlBufferId))
|
||||
if (!startDrone.IsPlaying)
|
||||
{
|
||||
startDrone.Remove();
|
||||
startDrone = null;
|
||||
|
||||
Reference in New Issue
Block a user