Fixed stack overflow due to improper handling of leaf functions
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Slang
|
||||
{
|
||||
public const string PluginGuid = "com.biddydev.slang";
|
||||
public const string PluginName = "Slang";
|
||||
public const string PluginVersion = "0.3.1";
|
||||
public const string PluginVersion = "0.3.2";
|
||||
|
||||
public static Mod MOD = new Mod(PluginName, PluginVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user