Core/Scripts: Fixes a crash when entering a instance

This commit is contained in:
hondacrx
2018-06-23 12:35:12 -04:00
parent c174f06c67
commit 1973d4f2ce
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1548,7 +1548,7 @@ namespace Game.Scripting
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class ScriptAttribute : Attribute
{
public ScriptAttribute(string name="", params object[] args)
public ScriptAttribute(string name = "", params object[] args)
{
Name = name;
Args = args;