replace PlayMusicOnMapLoad trait with Lua Media.PlayMusic method
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
try
|
||||
{
|
||||
using (f)
|
||||
f.Call();
|
||||
f.Call().Dispose();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user