fix hook calls not working correctly

This commit is contained in:
Evil Factory
2022-04-20 15:38:15 -03:00
parent 01eff8e434
commit 2e14ff79fc

View File

@@ -396,6 +396,7 @@ namespace Barotrauma
}
}
[MoonSharpHidden]
public T Call<T>(string name, params object[] args)
{
#if CLIENT