Add StackTracePlus, Rewrite not to recreate eluna on reload

This commit is contained in:
Rochet2
2015-01-14 01:03:16 +02:00
parent e8d840ace9
commit 3d645d8048
13 changed files with 924 additions and 198 deletions

View File

@@ -1046,7 +1046,7 @@ namespace LuaGlobalFunctions
*/
int ReloadEluna(Eluna* /*E*/, lua_State* /*L*/)
{
Eluna::reload = true;
Eluna::ReloadEluna();
return 0;
}