Do not ding if we are processing stuff invisibly
This commit is contained in:
@ -593,6 +593,9 @@ namespace EduNetworkBuilder
|
||||
|
||||
public static void PlaySound(NBSoundType What)
|
||||
{
|
||||
BuilderWindow BW = GetBuilderWin();
|
||||
if (BW != null && BW.ProcessingInvisibleNet())
|
||||
return; //Do not ding if we are doing invisible stuff
|
||||
SoundPlayer sndClick;
|
||||
switch (What)
|
||||
{
|
||||
|
Reference in New Issue
Block a user