fixed debug output, server exit hang, crashes

This commit is contained in:
Anonymous275
2020-11-07 18:52:03 +02:00
parent 5b92cbc0be
commit 2021f0b461
16 changed files with 80 additions and 59 deletions

View File

@@ -437,7 +437,7 @@ int lua_RemoteEvent(lua_State* L) {
return 0;
}
int lua_ServerExit(lua_State*) {
exit(0);
_Exit(0);
}
int lua_Set(lua_State* L) {
int Args = lua_gettop(L);