fixed some return stuff
This commit is contained in:
		@@ -418,3 +418,4 @@ extern AMX_NATIVE_INFO g_BaseSqlNatives[] =
 | 
			
		||||
 | 
			
		||||
	{NULL,					NULL},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -17,4 +17,7 @@ void ServerDeactivate_Post()
 | 
			
		||||
	FreeAllHandles(Handle_OldResult);
 | 
			
		||||
	FreeAllHandles(Handle_OldDb);
 | 
			
		||||
	FreeAllHandles(Handle_Connection);
 | 
			
		||||
 | 
			
		||||
	RETURN_META(MRES_IGNORED);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user