mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-08 17:26:00 +00:00
fixed debug output, server exit hang, crashes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user