fixes JsonConfig.Deserialize call
This commit is contained in:
parent
4648947f38
commit
5e53d8116e
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ namespace Server.Spells
|
|||
var path = Path.Combine(Core.BaseDirectory, _configPath);
|
||||
if (File.Exists(path))
|
||||
{
|
||||
JsonConfig.Deserialize(path, typeof(MagerySpell));
|
||||
JsonConfig.Deserialize<MagerySpell>(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue