remove lua reloading

This commit is contained in:
2025-12-25 11:23:14 +01:00
parent 439752a7f7
commit 597a4a45f0
3 changed files with 1 additions and 55 deletions
-1
View File
@@ -11,5 +11,4 @@ void run_lua(char *str, char *cmd_output);
int lua_group(RDSGroup* group);
void lua_call_function(const char* function);
void lua_group_ref(RDSGroup* group, int ref);
void reload_lua();
void destroy_lua();