Eluna remove crash possibility of using ReloadEluna global function on returning hooks, restrict the use of the reload command
This commit is contained in:
@@ -421,7 +421,7 @@ namespace LuaGlobalFunctions
|
||||
|
||||
int ReloadEluna(lua_State* L)
|
||||
{
|
||||
Eluna::ReloadEluna();
|
||||
Eluna::reload = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user