You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogManager.Error("You don't have the AudioPlayerApi dependency NVorbis installed!\nInstall it to use the custom sound custom flag.\nIf you need support join our Discord server: https://discord.gg/5StRGu8EJV");
26
+
LogManager.Error("You don't have the AudioPlayerApi dependency NVorbis installed!\nInstall it to use the custom sound custom flag.\nIf you need support join our Discord server: https://discord.gg/5StRGu8EJV\nError code: 0x400");
26
27
EnableAudioApi=false;
27
28
}
28
29
if(!CheckForAudioPlayerApiDependency())
29
30
{
30
-
LogManager.Error("You don't have the dependency AudioPlayerApi installed!\nInstall it to use the custom sound custom flag.\nIf you need support join our Discord server: https://discord.gg/5StRGu8EJV");
31
+
LogManager.Error("You don't have the dependency AudioPlayerApi installed!\nInstall it to use the custom sound custom flag.\nIf you need support join our Discord server: https://discord.gg/5StRGu8EJV\nError code: 0x405");
31
32
EnableAudioApi=false;
32
33
}
33
34
else
@@ -61,24 +62,24 @@ public void PlayAudio(SummonedCustomItem CustomItem, Vector3 Coords)
LogManager.Debug($"Audio should have been played.");
75
76
}
76
77
else
77
-
LogManager.Error($"Audio path is null please fill out the config properly.");
78
+
LogManager.Warn($"Audio path is null please fill out the config properly.");
78
79
}
79
80
else
80
81
{
81
-
LogManager.Error("You don't have AudioPlayerApi or its dependency NVorbis installed!\nInstall it to use the custom sound custom flag.\nIf you need support join our Discord server: https://discord.gg/5StRGu8EJV");
82
+
LogManager.Warn("You don't have AudioPlayerApi or its dependency NVorbis installed!\nInstall it to use the custom sound custom flag.\nIf you need support join our Discord server: https://discord.gg/5StRGu8EJV");
0 commit comments